++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Asia/Kuala_Lumpur Choosen random timezone Asia/Kuala_Lumpur + echo 'Choosen random timezone Asia/Kuala_Lumpur' + ln -snf /usr/share/zoneinfo/Asia/Kuala_Lumpur /etc/localtime + echo Asia/Kuala_Lumpur + dpkg -i package_folder/clickhouse-common-static_24.3.18.10425.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10425.altinitystable_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10425.altinitystable) ... Setting up clickhouse-common-static (24.3.18.10425.altinitystable) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10425.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10425.altinitystable_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10425.altinitystable) ... Setting up clickhouse-common-static-dbg (24.3.18.10425.altinitystable) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10425.altinitystable_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10425.altinitystable_amd64.deb ... Unpacking clickhouse-server (24.3.18.10425.altinitystable) ... Setting up clickhouse-server (24.3.18.10425.altinitystable) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10425.altinitystable_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10425.altinitystable_amd64.deb ... Unpacking clickhouse-client (24.3.18.10425.altinitystable) ... Setting up clickhouse-client (24.3.18.10425.altinitystable) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10425.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=5427200 + sed --follow-symlinks -i 's|[[:digit:]]\+|5427200|' /etc/clickhouse-server/config.d/keeper_port.xml + value=19331072 + sed --follow-symlinks -i 's|[[:digit:]]\+|19331072|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] Adding azure configuration + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:36905 http://127.0.0.1:36905 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (36905), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./18463050B852BF2Da51b9329-6ae4-4b20-bb3a-23a536766b5f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 259 root 10u IPv6 23127 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 80.00 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 49.73 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 22.16 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 1.93 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.30 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.97 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 4.93 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Jun 5 23:50 . drwxr-xr-x 1 root root 4.0K Jun 5 23:50 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 23:46 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Jun 5 23:50 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Jun 5 23:50 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Jun 5 23:50 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Jun 5 23:50 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8.6K Jun 5 23:46 broken_tests.json drwxr-xr-x 5 root root 340 Jun 5 23:49 dev -rwxr-xr-x 1 root root 0 Jun 5 23:49 .dockerenv drwxr-xr-x 1 root root 4.0K Jun 5 23:50 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K Jun 5 23:50 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Jun 5 23:49 package_folder dr-xr-xr-x 329 root root 0 Jun 5 23:49 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K Jun 5 23:50 root drwxr-xr-x 1 root root 4.0K Jun 5 23:50 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 23:49 sys drwxrwxr-x 2 1000 1000 4.0K Jun 5 23:49 test_output drwxrwxrwt 1 root root 4.0K Jun 5 23:50 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 535 clickhouse 322u IPv4 15244 0t0 TCP localhost:12222 (LISTEN) java 535 clickhouse 544u IPv4 22502 0t0 TCP localhost:51726->localhost:12222 (ESTABLISHED) java 535 clickhouse 545u IPv4 31261 0t0 TCP localhost:12222->localhost:51726 (ESTABLISHED) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "PUT /devstoreaccount1/cont/jizentfwytcnrqpjucarjuwbwqrccntg?blockid=fyuqkanrsmtsmdwjnbufgwhuirmhqcjzpvicetqljbvsbxnhpvmhsvkqoqsgplko&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "PUT /devstoreaccount1/cont/jizentfwytcnrqpjucarjuwbwqrccntg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "GET /devstoreaccount1/cont/jizentfwytcnrqpjucarjuwbwqrccntg HTTP/1.1" 206 4 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "GET /devstoreaccount1/cont/jizentfwytcnrqpjucarjuwbwqrccntg HTTP/1.1" 206 2 127.0.0.1 - - [05/Jun/2025:15:50:47 +0000] "DELETE /devstoreaccount1/cont/jizentfwytcnrqpjucarjuwbwqrccntg HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication File /tmp/export-logs-config.sh does not exist, do not setup + set +x + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 723 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-06-05 23:52:06 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-06-05 23:52:06 Connecting to ClickHouse server... OK 2025-06-05 23:52:06 Connected to server 24.3.18.10425.altinitystable @ 7b7f60d703c9d032be75b347475389eb61433c88 HEAD 2025-06-05 23:52:07 Found 1181 parallel tests and 123 sequential tests 2025-06-05 23:52:09 2025-06-05 23:52:09 Running about 147 stateless tests (ForkPoolWorker-4). 2025-06-05 23:52:09 2025-06-05 23:52:09 03261_optimize_rewrite_array_exists_to_has_crash: [ OK ] 2.65 sec. 2025-06-05 23:52:09 2025-06-05 23:52:09 Running about 147 stateless tests (ForkPoolWorker-3). 2025-06-05 23:52:09 2025-06-05 23:52:09 03247_materialized_view_select_intersect: [ OK ] 2.68 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-7). 2025-06-05 23:52:10 2025-06-05 23:52:10 03243_check_for_nullable_nothing_in_alter: [ OK ] 2.99 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-9). 2025-06-05 23:52:10 2025-06-05 23:52:10 03228_variant_permutation_issue: [ OK ] 2.98 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-2). 2025-06-05 23:52:10 2025-06-05 23:52:10 03254_uniq_exact_two_level_negative_zero: [ OK ] 3.25 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-8). 2025-06-05 23:52:10 2025-06-05 23:52:10 03232_pr_not_ready_set: [ OK ] 3.51 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-6). 2025-06-05 23:52:10 2025-06-05 23:52:10 03231_pr_duplicate_announcement_2: [ OK ] 3.63 sec. 2025-06-05 23:52:10 2025-06-05 23:52:10 Running about 147 stateless tests (ForkPoolWorker-5). 2025-06-05 23:52:10 2025-06-05 23:52:10 03290_final_sample: [ OK ] 3.74 sec. 2025-06-05 23:52:12 03203_count_with_non_deterministic_function: [ OK ] 2.85 sec. 2025-06-05 23:52:12 03203_system_numbers_limit_and_offset_complex: [ OK ] 3.01 sec. 2025-06-05 23:52:13 03165_distinct_with_window_func_crash: [ OK ] 2.85 sec. 2025-06-05 23:52:13 03033_final_undefined_last_mark: [ OK ] 0.80 sec. 2025-06-05 23:52:13 03129_update_nested_materialized_column_check: [ OK ] 3.08 sec. 2025-06-05 23:52:13 03038_move_partition_to_oneself_deadlock: [ OK ] 3.00 sec. 2025-06-05 23:52:14 03144_alter_column_and_read: [ OK ] 2.92 sec. 2025-06-05 23:52:15 03172_http_content_encoding: [ OK ] 5.20 sec. 2025-06-05 23:52:16 03033_parts_splitter_bug_and_index_loading: [ OK ] 3.13 sec. 2025-06-05 23:52:16 03035_internal_functions_direct_call: [ OK ] 3.82 sec. 2025-06-05 23:52:16 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 2.74 sec. 2025-06-05 23:52:17 03022_highlight_digit_groups: [ OK ] 2.82 sec. 2025-06-05 23:52:17 03033_analyzer_resolve_from_parent_scope: [ OK ] 3.95 sec. 2025-06-05 23:52:19 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 2.93 sec. 2025-06-05 23:52:19 03033_analyzer_query_parameters: [ OK ] 5.32 sec. 2025-06-05 23:52:19 03013_fuzz_arrayPartialReverseSort: [ OK ] 2.90 sec. 2025-06-05 23:52:19 03013_group_by_use_nulls_with_materialize_and_analyzer: [ OK ] 3.02 sec. 2025-06-05 23:52:19 03011_adaptative_timeout_compatibility: [ OK ] 2.53 sec. 2025-06-05 23:52:20 03010_read_system_parts_table_test: [ OK ] 2.95 sec. 2025-06-05 23:52:22 03002_int_div_decimal_with_date_bug: [ OK ] 2.64 sec. 2025-06-05 23:52:22 03002_map_array_functions_with_low_cardinality: [ OK ] 2.65 sec. 2025-06-05 23:52:22 03001_analyzer_nullable_nothing: [ OK ] 2.70 sec. 2025-06-05 23:52:23 03000_too_big_max_execution_time_setting: [ OK ] 2.42 sec. 2025-06-05 23:52:24 03003_database_filesystem_format_detection: [ OK ] 5.49 sec. 2025-06-05 23:52:25 02999_ulid_short_circuit: [ OK ] 2.64 sec. 2025-06-05 23:52:25 02995_index: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 23:52:25 02998_analyzer_secret_args_tree_node: [ OK ] 2.74 sec. 2025-06-05 23:52:25 02998_operator_respect_nulls: [ OK ] 2.50 sec. 2025-06-05 23:52:26 02998_to_milliseconds: [ OK ] 3.44 sec. 2025-06-05 23:52:27 03020_long_values_pretty_are_not_cut_if_single: [ OK ] 11.80 sec. 2025-06-05 23:52:27 02996_analyzer_prewhere_projection: [ OK ] 2.83 sec. 2025-06-05 23:52:28 03008_uniq_exact_equal_ranges: [ OK ] 9.71 sec. 2025-06-05 23:52:29 02989_mysql_transaction_test: [ OK ] 3.33 sec. 2025-06-05 23:52:30 02987_logical_optimizer_pass_lowcardinality: [ OK ] 2.97 sec. 2025-06-05 23:52:30 02986_leftpad_fixedstring: [ OK ] 3.02 sec. 2025-06-05 23:52:31 02992_all_columns_should_have_comment: [ OK ] 5.77 sec. 2025-06-05 23:52:33 02993_lazy_index_loading: [ OK ] 8.21 sec. 2025-06-05 23:52:35 02969_mysql_cast_type_aliases: [ OK ] 3.35 sec. 2025-06-05 23:52:36 02982_comments_in_system_tables: [ OK ] 7.21 sec. 2025-06-05 23:52:36 02968_sumMap_with_nan: [ OK ] 2.69 sec. 2025-06-05 23:52:36 02973_s3_compressed_file_in_error_message: [ OK ] 5.83 sec. 2025-06-05 23:52:38 02994_merge_tree_mutations_cleanup: [ OK ] 13.25 sec. 2025-06-05 23:52:38 02967_http_compressed: [ OK ] 3.32 sec. 2025-06-05 23:52:38 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 9.45 sec. 2025-06-05 23:52:39 02962_parallel_window_functions_different_partitioning: [ OK ] 3.10 sec. 2025-06-05 23:52:39 02962_indexHint_rpn_construction: [ OK ] 2.96 sec. 2025-06-05 23:52:39 02962_max_joined_block_rows: [ OK ] 3.41 sec. 2025-06-05 23:52:41 02955_sparkBar_alias_sparkbar: [ OK ] 3.05 sec. 2025-06-05 23:52:42 02947_dropped_tables_parts: [ OK ] 3.27 sec. 2025-06-05 23:52:42 02952_clickhouse_local_query_parameters_cli: [ OK ] 4.31 sec. 2025-06-05 23:52:43 02946_literal_alias_misclassification: [ OK ] 3.34 sec. 2025-06-05 23:52:43 02944_variant_as_common_type: [ OK ] 4.26 sec. 2025-06-05 23:52:44 02974_backup_query_format_null: [ OK ] 13.96 sec. 2025-06-05 23:52:44 02943_exprs_order_in_group_by_with_rollup: [ OK ] 2.99 sec. 2025-06-05 23:52:46 02942_variant_cast: [ OK ] 3.51 sec. 2025-06-05 23:52:47 02941_any_RESPECT_NULL_sparse_column: [ OK ] 2.79 sec. 2025-06-05 23:52:48 02940_json_array_of_unnamed_tuples_inference: [ OK ] 2.56 sec. 2025-06-05 23:52:52 02935_format_with_arbitrary_types: [ OK ] 4.87 sec. 2025-06-05 23:52:54 02933_compare_with_bool_as_string: [ OK ] 2.68 sec. 2025-06-05 23:53:02 02933_replicated_database_forbid_create_as_select: [ OK ] 13.72 sec. 2025-06-05 23:53:15 02932_analyzer_rewrite_sum_column_and_constant: [ OK ] 12.40 sec. 2025-06-05 23:53:16 02947_merge_tree_index_table_3: [ OK ] 36.76 sec. 2025-06-05 23:53:20 02932_lwd_and_mutations: [ OK ] 5.14 sec. 2025-06-05 23:53:23 02923_join_use_nulls_modulo: [ OK ] 2.87 sec. 2025-06-05 23:53:28 02931_client_fuzzy_search_crash: [ OK ] 11.72 sec. 2025-06-05 23:53:40 02922_analyzer_aggregate_nothing_type: [ OK ] 12.49 sec. 2025-06-05 23:53:41 02923_hdfs_engine_size_virtual_column: [ OK ] 18.32 sec. 2025-06-05 23:53:43 02921_bit_hamming_distance_big_int: [ OK ] 2.99 sec. 2025-06-05 23:53:44 02920_rename_column_of_skip_indices: [ OK ] 3.28 sec. 2025-06-05 23:53:47 02919_alter_temporary_table_with_nondefault_engine: [ OK ] 3.21 sec. 2025-06-05 23:53:48 02943_variant_read_subcolumns: [ OK ] 66.41 sec. 2025-06-05 23:53:51 02918_template_format_deadlock: [ OK ] 4.14 sec. 2025-06-05 23:53:51 02917_transform_tsan: [ OK ] 2.78 sec. 2025-06-05 23:53:54 02916_distributed_skip_unavailable_shards: [ OK ] 3.24 sec. 2025-06-05 23:53:57 02941_variant_type_3: [ OK ] 74.52 sec. 2025-06-05 23:53:58 02915_analyzer_fuzz_6: [ OK ] 3.33 sec. 2025-06-05 23:53:59 02941_variant_type_4: [ OK ] 74.52 sec. 2025-06-05 23:54:00 02915_analyzer_fuzz_2: [ OK ] 2.87 sec. 2025-06-05 23:54:02 02911_add_index_and_materialize_index: [ OK ] 2.93 sec. 2025-06-05 23:54:03 02911_cte_invalid_query_analysis: [ OK ] 3.26 sec. 2025-06-05 23:54:04 02912_ingestion_mv_deduplication: [ OK ] 6.60 sec. 2025-06-05 23:54:05 02907_filter_pushdown_crash: [ OK ] 3.19 sec. 2025-06-05 23:54:05 02916_dictionary_access: [ OK ] 14.71 sec. 2025-06-05 23:54:08 02906_interval_comparison: [ OK ] 3.20 sec. 2025-06-05 23:54:09 02904_distributed_settings_background_insert_compatibility: [ OK ] 3.18 sec. 2025-06-05 23:54:11 02902_diable_apply_deleted_mask: [ OK ] 3.47 sec. 2025-06-05 23:54:12 02902_topKGeneric_deserialization_memory: [ OK ] 3.07 sec. 2025-06-05 23:54:14 02901_remove_nullable_crash_analyzer: [ OK ] 3.02 sec. 2025-06-05 23:54:15 02900_window_function_with_sparse_column: [ OK ] 3.06 sec. 2025-06-05 23:54:17 02900_decimal_sort_with_multiple_columns: [ OK ] 3.03 sec. 2025-06-05 23:54:21 02896_union_distinct_http_format: [ OK ] 3.27 sec. 2025-06-05 23:54:21 02899_distributed_limit_by: [ OK ] 5.77 sec. 2025-06-05 23:54:22 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 37.56 sec. 2025-06-05 23:54:24 02907_backup_mv_with_no_source_table: [ OK ] 20.57 sec. 2025-06-05 23:54:25 02893_vertical_final_array_join: [ OK ] 3.25 sec. 2025-06-05 23:54:28 02896_max_execution_time_with_break_overflow_mode: [ OK ] 7.74 sec. 2025-06-05 23:54:28 02904_arrow_dictionary_indexes: [ OK ] 23.70 sec. 2025-06-05 23:54:29 02888_system_tables_with_inaccessible_table_function: [ OK ] 3.58 sec. 2025-06-05 23:54:31 02884_virtual_column_order_by: [ OK ] 2.80 sec. 2025-06-05 23:54:32 02887_byteswap: [ OK ] 4.01 sec. 2025-06-05 23:54:36 02883_array_scalar_mult_div_modulo: [ OK ] 3.81 sec. 2025-06-05 23:54:41 02891_input_csv_cr_end_of_line: [ OK ] 16.80 sec. 2025-06-05 23:54:43 02884_async_insert_native_protocol_2: [ OK ] 14.37 sec. 2025-06-05 23:54:45 02883_named_collections_override: [ OK ] 8.75 sec. 2025-06-05 23:54:47 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 3.21 sec. 2025-06-05 23:54:50 02875_json_array_as_string: [ OK ] 2.83 sec. 2025-06-05 23:54:55 02872_gcd_codec: [ OK ] 5.33 sec. 2025-06-05 23:54:58 02875_show_functions: [ OK ] 12.47 sec. 2025-06-05 23:54:58 02871_join_on_system_errors: [ OK ] 2.76 sec. 2025-06-05 23:55:02 02869_insert_filenames_collisions: [ OK ] 3.84 sec. 2025-06-05 23:55:02 02867_storage_set_tsan: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 23:55:05 02871_clickhouse_client_restart_pager: [ OK ] 6.94 sec. 2025-06-05 23:55:05 02865_tcp_proxy_query_packet_validation: [ OK ] 3.55 sec. 2025-06-05 23:55:07 02877_optimize_read_in_order_from_view: [ OK ] 25.70 sec. 2025-06-05 23:55:09 02864_statistic_exception: [ OK ] 4.04 sec. 2025-06-05 23:55:12 02864_filtered_url_with_globs: [ OK ] 2.93 sec. 2025-06-05 23:55:14 02863_interpolate_subquery: [ OK ] 2.80 sec. 2025-06-05 23:55:15 02895_npy_format: [ OK ] 53.75 sec. 2025-06-05 23:55:18 02861_uuid_format_serialization: [ OK ] 3.01 sec. 2025-06-05 23:55:21 02932_refreshable_materialized_views: [ OK ] 146.20 sec. 2025-06-05 23:55:21 02845_domain_rfc_support_ipv6: [ OK ] 3.36 sec. 2025-06-05 23:55:24 02842_filesystem_cache_validate_path: [ OK ] 2.80 sec. 2025-06-05 23:55:24 02842_vertical_merge_after_add_drop_column: [ OK ] 3.09 sec. 2025-06-05 23:55:27 02864_restore_table_with_broken_part: [ OK ] 19.88 sec. 2025-06-05 23:55:27 02841_tuple_modulo: [ OK ] 3.01 sec. 2025-06-05 23:55:29 02941_variant_type_alters: [ OK ] 165.83 sec. 2025-06-05 23:55:30 02835_join_step_explain: [ OK ] 3.28 sec. 2025-06-05 23:55:32 02841_group_array_sorted: [ OK ] 5.33 sec. 2025-06-05 23:55:33 02845_table_function_hdfs_filter_by_virtual_columns: [ OK ] 17.92 sec. 2025-06-05 23:55:33 02834_analyzer_with_statement_references: [ OK ] 3.07 sec. 2025-06-05 23:55:35 02834_client_yaml_configs: [ OK ] 5.23 sec. 2025-06-05 23:55:36 02834_sparse_columns_sort_with_limit: [ OK ] 3.50 sec. 2025-06-05 23:55:36 02833_array_join_columns: [ OK ] 3.28 sec. 2025-06-05 23:55:36 02833_window_func_range_offset: [ OK ] 2.86 sec. 2025-06-05 23:55:38 02828_create_as_table_function_rename: [ OK ] 3.10 sec. 2025-06-05 23:55:38 02842_one_input_format: [ OK ] 14.04 sec. 2025-06-05 23:55:39 02816_s2_invalid_point: [ OK ] 2.95 sec. 2025-06-05 23:55:42 02814_age_datediff: [ OK ] 4.39 sec. 2025-06-05 23:55:42 02813_seriesDecomposeSTL: [ OK ] 3.57 sec. 2025-06-05 23:55:45 02818_memory_profiler_sample_min_max_allocation_size: [ OK ] 9.63 sec. 2025-06-05 23:55:46 02812_pointwise_array_operations: [ OK ] 3.56 sec. 2025-06-05 23:55:46 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 9.63 sec. 2025-06-05 23:55:48 02807_lower_utf8_msan: [ OK ] 2.99 sec. 2025-06-05 23:55:49 02804_clusterAllReplicas_insert: [ OK ] 2.94 sec. 2025-06-05 23:55:53 02797_join_nested_lowcardinality_convert: [ OK ] 4.29 sec. 2025-06-05 23:55:55 02864_replace_partition_with_duplicated_parts_zookeeper: [ OK ] 49.88 sec. 2025-06-05 23:55:58 02808_custom_disk_with_user_defined_name: [ OK ] 14.95 sec. 2025-06-05 23:55:58 02813_create_index_noop: [ OK ] 19.75 sec. 2025-06-05 23:55:58 02794_pushdown_invalid_get: [ OK ] 2.97 sec. 2025-06-05 23:55:58 02797_read_subcolumns_from_files: [ OK ] 9.94 sec. 2025-06-05 23:55:59 02796_projection_date_filter_on_view: [ OK ] 5.72 sec. 2025-06-05 23:55:59 02803_backup_tmp_files: [ OK ] 12.93 sec. 2025-06-05 23:56:01 02788_current_schemas_function: [ OK ] 3.21 sec. 2025-06-05 23:56:02 02788_fix_logical_error_in_sorting: [ OK ] 4.06 sec. 2025-06-05 23:56:02 02785_summing_merge_tree_datetime64: [ OK ] 3.50 sec. 2025-06-05 23:56:04 02786_parquet_big_integer_compatibility: [ OK ] 5.97 sec. 2025-06-05 23:56:05 02784_projections_read_in_order_bug: [ OK ] 3.50 sec. 2025-06-05 23:56:09 02771_tsv_csv_custom_skip_trailing_empty_lines: [ OK ] 3.63 sec. 2025-06-05 23:56:10 02782_avro_decimals: [ OK ] 5.73 sec. 2025-06-05 23:56:14 02783_date_predicate_optimizations: [ OK ] 11.04 sec. 2025-06-05 23:56:14 02769_compare_functions_nan: [ OK ] 4.27 sec. 2025-06-05 23:56:15 02769_parallel_replicas_unavailable_shards: [ OK ] 6.84 sec. 2025-06-05 23:56:18 02764_parallel_replicas_plain_merge_tree: [ OK ] 3.97 sec. 2025-06-05 23:56:19 02789_reading_from_s3_with_connection_pool: [ OK ] 21.04 sec. 2025-06-05 23:56:22 02751_match_constant_needle: [ OK ] 3.14 sec. 2025-06-05 23:56:22 02766_prql: [ OK ] 8.09 sec. 2025-06-05 23:56:23 02750_settings_alias_tcp_protocol: [ OK ] 3.78 sec. 2025-06-05 23:56:25 02735_system_zookeeper_connection: [ OK ] 3.36 sec. 2025-06-05 23:56:26 02737_arrayJaccardIndex: [ OK ] 4.12 sec. 2025-06-05 23:56:27 02734_sparse_columns_mutation: [ OK ] 3.81 sec. 2025-06-05 23:56:28 02734_big_int_from_float_ubsan: [ OK ] 2.73 sec. 2025-06-05 23:56:29 02733_fix_distinct_in_order_bug_49622: [ OK ] 2.89 sec. 2025-06-05 23:56:29 02732_transform_fuzz: [ OK ] 2.54 sec. 2025-06-05 23:56:31 02731_in_operator_with_one_size_tuple: [ OK ] 3.37 sec. 2025-06-05 23:56:36 02730_with_fill_by_sorting_prefix: [ OK ] 4.72 sec. 2025-06-05 23:56:39 02725_object_column_alter: [ OK ] 2.87 sec. 2025-06-05 23:56:47 02731_analyzer_join_resolve_nested: [ OK ] 17.27 sec. 2025-06-05 23:56:49 02725_agg_projection_resprect_PK: [ OK ] 2.52 sec. 2025-06-05 23:56:50 02731_zero_objects_in_metadata: [ OK ] 21.19 sec. 2025-06-05 23:56:52 03094_grouparraysorted_memory: [ OK ] 281.10 sec. 2025-06-05 23:56:53 02725_any_join_single_row: [ OK ] 3.98 sec. 2025-06-05 23:56:54 02725_null_group_key_with_rollup: [ OK ] 3.65 sec. 2025-06-05 23:56:55 02723_jit_aggregation_bug_48120: [ OK ] 3.90 sec. 2025-06-05 23:56:57 02784_parallel_replicas_automatic_decision_join: [ OK ] 57.57 sec. 2025-06-05 23:56:57 02884_create_view_with_sql_security_option: [ OK ] 145.31 sec. 2025-06-05 23:56:57 02716_int256_arrayfunc: [ OK ] 3.46 sec. 2025-06-05 23:56:59 02714_local_object_storage: [ OK ] 3.50 sec. 2025-06-05 23:57:00 02713_sequence_match_serialization_fix: [ OK ] 3.04 sec. 2025-06-05 23:57:00 02725_memory-for-merges: [ OK ] 20.73 sec. 2025-06-05 23:57:01 02711_soundex_function: [ OK ] 3.56 sec. 2025-06-05 23:57:03 02710_aggregation_nested_map_ip_uuid: [ OK ] 3.55 sec. 2025-06-05 23:57:03 02707_analyzer_nested_lambdas_types: [ OK ] 3.13 sec. 2025-06-05 23:57:04 02718_parquet_metadata_format: [ OK ] 10.49 sec. 2025-06-05 23:57:06 02705_settings_check_changed_flag: [ OK ] 4.76 sec. 2025-06-05 23:57:06 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 3.07 sec. 2025-06-05 23:57:06 02701_non_parametric_function: [ OK ] 2.73 sec. 2025-06-05 23:57:07 02712_bool_better_exception_message: [ OK ] 9.42 sec. 2025-06-05 23:57:09 02688_aggregate_states: [ OK ] 3.31 sec. 2025-06-05 23:57:10 02680_illegal_type_of_filter_projection: [ OK ] 3.07 sec. 2025-06-05 23:57:10 02680_mysql_ast_logical_err: [ OK ] 3.06 sec. 2025-06-05 23:57:10 02685_decimal256_various: [ OK ] 4.14 sec. 2025-06-05 23:57:11 02707_clickhouse_local_implicit_file_table_function: [ OK ] 11.18 sec. 2025-06-05 23:57:12 02679_explain_merge_tree_prewhere_row_policy: [ OK ] 2.97 sec. 2025-06-05 23:57:13 02677_analyzer_bitmap_has_any: [ OK ] 3.31 sec. 2025-06-05 23:57:14 02677_analyzer_compound_expressions: [ OK ] 3.86 sec. 2025-06-05 23:57:14 02675_predicate_push_down_filled_join_fix: [ OK ] 3.31 sec. 2025-06-05 23:57:14 02784_parallel_replicas_automatic_decision: [ OK ] 72.20 sec. 2025-06-05 23:57:15 02674_and_consistency: [ OK ] 3.20 sec. 2025-06-05 23:57:16 02670_constant_skip_index: [ OK ] 3.25 sec. 2025-06-05 23:57:17 02662_sparse_columns_mutations_4: [ OK ] 3.33 sec. 2025-06-05 23:57:17 02587_csv_big_numbers_inference: [ OK ] 3.01 sec. 2025-06-05 23:57:17 02668_logical_optimizer_removing_redundant_checks: [ OK ] 3.37 sec. 2025-06-05 23:57:18 02675_sparse_columns_clear_column: [ OK ] 6.60 sec. 2025-06-05 23:57:19 02703_storage_s3_race: [ OK ] 16.41 sec. 2025-06-05 23:57:19 02584_range_ipv4: [ OK ] 2.82 sec. 2025-06-05 23:57:20 02578_ipv4_codec_t64: [ OK ] 2.69 sec. 2025-06-05 23:57:20 02579_fill_empty_chunk_analyzer: [ OK ] 2.89 sec. 2025-06-05 23:57:21 02576_rewrite_array_exists_to_has: [ OK ] 2.94 sec. 2025-06-05 23:57:22 02577_keepermap_delete_update: [ OK ] 4.34 sec. 2025-06-05 23:57:22 02575_merge_prewhere_different_default_kind: [ OK ] 3.22 sec. 2025-06-05 23:57:22 02574_suspicious_low_cardinality_msan: [ OK ] 3.26 sec. 2025-06-05 23:57:23 02572_max_intersections: [ OK ] 2.85 sec. 2025-06-05 23:57:24 02565_analyzer_limit_settings: [ OK ] 3.22 sec. 2025-06-05 23:57:25 02571_local_desc_abort_on_twitter_json: [ OK ] 4.73 sec. 2025-06-05 23:57:25 02564_date_format: [ OK ] 3.44 sec. 2025-06-05 23:57:26 02560_with_fill_int256_int: [ OK ] 3.19 sec. 2025-06-05 23:57:26 02559_add_parts: [ OK ] 3.30 sec. 2025-06-05 23:57:27 02560_window_ntile: [ OK ] 4.58 sec. 2025-06-05 23:57:27 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 3.10 sec. 2025-06-05 23:57:28 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 3.52 sec. 2025-06-05 23:57:28 02559_multiple_read_steps_in_prewhere_reuse_computation: [ OK ] 3.36 sec. 2025-06-05 23:57:29 02553_type_json_attach_partition: [ OK ] 3.18 sec. 2025-06-05 23:57:29 02552_inner_join_with_where_true: [ OK ] 2.98 sec. 2025-06-05 23:57:31 02542_case_no_else: [ OK ] 2.94 sec. 2025-06-05 23:57:32 02540_duplicate_primary_key2: [ OK ] 3.01 sec. 2025-06-05 23:57:32 02542_transform_old: [ OK ] 4.05 sec. 2025-06-05 23:57:33 02541_lightweight_delete_on_cluster: [ OK ] 3.60 sec. 2025-06-05 23:57:34 02585_query_status_deadlock: [ OK ] 18.35 sec. 2025-06-05 23:57:34 02539_generate_random_ip: [ OK ] 2.80 sec. 2025-06-05 23:57:34 02532_send_logs_level_test: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-05 23:57:35 02538_ngram_bf_index_with_null: [ OK ] 2.93 sec. 2025-06-05 23:57:37 02537_distributed_loosing_files_after_exception: [ OK ] 4.13 sec. 2025-06-05 23:57:38 02531_ipv4_arithmetic: [ OK ] 2.77 sec. 2025-06-05 23:57:39 02536_replace_with_nonconst_needle_and_replacement: [ OK ] 5.96 sec. 2025-06-05 23:57:41 02526_kv_engine_different_filter_type: [ OK ] 3.29 sec. 2025-06-05 23:57:43 02526_merge_join_int_decimal: [ OK ] 4.31 sec. 2025-06-05 23:57:45 02532_json_missing_named_tuple_elements: [ OK ] 10.95 sec. 2025-06-05 23:57:48 02520_group_array_last: [ OK ] 4.52 sec. 2025-06-05 23:57:48 02517_executable_pool_bad_input_query: [ OK ] 2.55 sec. 2025-06-05 23:57:48 02534_parquet_fixed_binary_array: [ OK ] 14.43 sec. 2025-06-05 23:57:51 02513_analyzer_sort_msan: [ OK ] 2.71 sec. 2025-06-05 23:57:51 02513_broken_datetime64_init_on_mac: [ OK ] 2.67 sec. 2025-06-05 23:57:51 02516_join_with_totals_and_subquery_bug: [ OK ] 3.69 sec. 2025-06-05 23:57:53 02510_group_by_prewhere_null: [ OK ] 2.83 sec. 2025-06-05 23:57:53 02507_to_unix_timestamp_overflow: [ OK ] 2.67 sec. 2025-06-05 23:57:54 02543_alter_update_rename_stuck: [ OK ] 26.78 sec. 2025-06-05 23:57:54 02504_disallow_arrayjoin_in_mutations: [ OK ] 3.00 sec. 2025-06-05 23:57:56 02503_in_lc_const_args_bug: [ OK ] 2.76 sec. 2025-06-05 23:57:57 02502_analyzer_insert_select_crash_fix: [ OK ] 3.07 sec. 2025-06-05 23:58:00 02500_prevent_drop_nested_if_empty_part: [ OK ] 3.33 sec. 2025-06-05 23:58:03 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 3.23 sec. 2025-06-05 23:58:04 02500_bson_read_object_id: [ OK ] 10.47 sec. 2025-06-05 23:58:06 02497_having_without_actual_aggregation_bug: [ OK ] 3.11 sec. 2025-06-05 23:58:10 02499_monotonicity_toUnixTimestamp64: [ OK ] 12.79 sec. 2025-06-05 23:58:11 02496_row_binary_large_string_size: [ OK ] 4.80 sec. 2025-06-05 23:58:13 02494_analyzer_compound_expression_crash_fix: [ OK ] 2.88 sec. 2025-06-05 23:58:15 02493_analyzer_uniq_injective_functions_elimination: [ OK ] 2.89 sec. 2025-06-05 23:58:17 02764_csv_trim_whitespaces: [ OK ] 121.03 sec. 2025-06-05 23:58:22 02493_max_streams_for_merge_tree_reading: [ OK ] 6.22 sec. 2025-06-05 23:58:24 02550_client_connections_credentials: [ OK ] 57.21 sec. 2025-06-05 23:58:26 02490_benchmark_max_consecutive_errors: [ OK ] 4.11 sec. 2025-06-05 23:58:35 02485_zero_copy_commit_error: [ OK ] 8.21 sec. 2025-06-05 23:58:36 02493_inconsistent_hex_and_binary_number: [ OK ] 19.61 sec. 2025-06-05 23:58:38 02482_insert_into_dist_race: [ OK ] 3.32 sec. 2025-06-05 23:58:41 02481_array_join_with_map: [ OK ] 3.06 sec. 2025-06-05 23:58:44 02481_pk_analysis_with_enum_to_string: [ OK ] 3.26 sec. 2025-06-05 23:58:48 02481_aggregation_in_order_plan: [ OK ] 3.19 sec. 2025-06-05 23:58:50 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 2.66 sec. 2025-06-05 23:58:51 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 70.15 sec. 2025-06-05 23:58:53 02480_parse_date_time_best_effort_math_overflow: [ OK ] 2.73 sec. 2025-06-05 23:58:56 02479_analyzer_join_with_constants: [ OK ] 3.21 sec. 2025-06-05 23:58:57 02482_load_parts_refcounts: [ OK ] 20.97 sec. 2025-06-05 23:58:58 02479_mysql_connect_to_self: [ OK ] 6.10 sec. 2025-06-05 23:58:58 02488_zero_copy_detached_parts_drop_table: [ OK ] 34.07 sec. 2025-06-05 23:58:59 02479_if_with_null_and_cullable_const: [ OK ] 2.66 sec. 2025-06-05 23:59:00 02478_window_frame_type_groups: [ OK ] 2.64 sec. 2025-06-05 23:59:01 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 3.07 sec. 2025-06-05 23:59:04 02477_age_date32: [ OK ] 4.55 sec. 2025-06-05 23:59:04 02477_age_datetime64: [ OK ] 3.96 sec. 2025-06-05 23:59:06 02494_zero_copy_projection_cancel_fetch: [ OK ] 55.36 sec. 2025-06-05 23:59:07 02475_analyzer_join_tree_subquery: [ OK ] 2.77 sec. 2025-06-05 23:59:07 02475_or_function_alias_and_const_where: [ OK ] 2.75 sec. 2025-06-05 23:59:08 02477_s3_request_throttler: [ OK ] 9.83 sec. 2025-06-05 23:59:10 02474_extract_fixedstring_from_json: [ OK ] 2.75 sec. 2025-06-05 23:59:10 02475_join_bug_42832: [ OK ] 3.10 sec. 2025-06-05 23:59:10 02475_analysis_of_variance: [ OK ] 3.17 sec. 2025-06-05 23:59:11 02474_unhex_in_fix_string: [ OK ] 2.79 sec. 2025-06-05 23:59:13 02470_suspicious_low_cardinality_msan: [ OK ] 2.97 sec. 2025-06-05 23:59:13 02473_prewhere_with_bigint: [ OK ] 3.45 sec. 2025-06-05 23:59:14 02469_interval_msan: [ OK ] 3.17 sec. 2025-06-05 23:59:16 02462_match_regexp_pk: [ OK ] 3.15 sec. 2025-06-05 23:59:18 02461_mullable_pk_monotonicity_bug: [ OK ] 5.22 sec. 2025-06-05 23:59:18 02459_low_cardinality_uint128_aggregator: [ OK ] 3.82 sec. 2025-06-05 23:59:19 02458_empty_hdfs_url: [ OK ] 2.55 sec. 2025-06-05 23:59:21 02457_key_condition_with_types_that_cannot_be_nullable: [ OK ] 2.76 sec. 2025-06-05 23:59:22 02458_relax_too_many_parts: [ OK ] 3.51 sec. 2025-06-05 23:59:23 02458_datediff_date32: [ OK ] 4.55 sec. 2025-06-05 23:59:24 02457_filesystem_function: [ OK ] 2.90 sec. 2025-06-05 23:59:25 02456_alter-nullable-column-bag: [ OK ] 3.24 sec. 2025-06-05 23:59:28 02452_json_utf8_validation: [ OK ] 3.37 sec. 2025-06-05 23:59:31 02449_check_dependencies_and_table_shutdown: [ OK ] 3.01 sec. 2025-06-05 23:59:39 02500_remove_redundant_distinct_analyzer: [ OK ] 104.57 sec. 2025-06-05 23:59:39 02456_progress_tty: [ OK ] 16.35 sec. 2025-06-05 23:59:43 02446_parent_zero_copy_locks: [ OK ] 11.71 sec. 2025-06-05 23:59:43 02438_sync_replica_lightweight: [ OK ] 3.99 sec. 2025-06-05 23:59:45 02441_alter_delete_and_drop_column: [ OK ] 5.98 sec. 2025-06-05 23:59:46 02433_default_expression_operator_in: [ OK ] 2.81 sec. 2025-06-05 23:59:48 02428_index_analysis_with_null_literal: [ OK ] 4.27 sec. 2025-06-05 23:59:48 02426_pod_array_overflow_2: [ OK ] 2.50 sec. 2025-06-05 23:59:49 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 3.53 sec. 2025-06-05 23:59:51 02496_remove_redundant_sorting_analyzer: [ OK ] 106.09 sec. 2025-06-05 23:59:51 02425_categorical_information_value_properties: [ OK ] 3.39 sec. 2025-06-05 23:59:52 02423_json_quote_float64: [ OK ] 2.91 sec. 2025-06-05 23:59:54 02422_read_numbers_as_strings: [ OK ] 2.73 sec. 2025-06-05 23:59:57 02421_explain_subquery: [ OK ] 4.93 sec. 2025-06-06 00:00:00 02470_mutation_sync_race: [ OK ] 49.82 sec. 2025-06-06 00:00:01 02421_decimal_in_precision_issue_41125: [ OK ] 4.37 sec. 2025-06-06 00:00:03 02420_key_condition_actions_dag_bug_40599: [ OK ] 3.28 sec. 2025-06-06 00:00:04 02530_dictionaries_update_field: [ OK ] 147.79 sec. 2025-06-06 00:00:05 02418_aggregate_combinators: [ OK ] 4.02 sec. 2025-06-06 00:00:08 02417_keeper_map_create_drop: [ OK ] 3.52 sec. 2025-06-06 00:00:11 02416_json_object_inference: [ OK ] 2.77 sec. 2025-06-06 00:00:11 02451_order_by_monotonic: [ OK ] 46.01 sec. 2025-06-06 00:00:11 02417_repeat_input_commands: [ OK ] 5.97 sec. 2025-06-06 00:00:14 02408_to_fixed_string_short_circuit: [ OK ] 2.66 sec. 2025-06-06 00:00:14 02398_subquery_where_pushdown_and_limit_offset: [ OK ] 2.86 sec. 2025-06-06 00:00:16 02404_lightweight_delete_vertical_merge: [ OK ] 4.81 sec. 2025-06-06 00:00:16 02394_every_profile_event_must_have_documentation: [ OK ] 2.63 sec. 2025-06-06 00:00:19 02387_analyzer_cte: [ OK ] 2.80 sec. 2025-06-06 00:00:19 02391_hashed_dictionary_shards: [ OK ] 4.83 sec. 2025-06-06 00:00:20 02384_analyzer_dict_get_join_get: [ OK ] 3.40 sec. 2025-06-06 00:00:22 02383_schema_inference_hints: [ OK ] 2.75 sec. 2025-06-06 00:00:22 02382_query_parameters_post: [ OK ] 3.24 sec. 2025-06-06 00:00:23 02381_analyzer_join_final: [ OK ] 2.97 sec. 2025-06-06 00:00:25 02381_parseDateTime64BestEffortUS: [ OK ] 2.86 sec. 2025-06-06 00:00:26 02380_analyzer_join_sample: [ OK ] 2.96 sec. 2025-06-06 00:00:26 02423_insert_stats_behaviour: [ OK ] 35.27 sec. 2025-06-06 00:00:27 02381_join_dup_columns_in_plan: [ OK ] 4.62 sec. 2025-06-06 00:00:29 02375_double_escaping_json: [ OK ] 2.73 sec. 2025-06-06 00:00:30 02377_optimize_sorting_by_input_stream_properties: [ OK ] 3.86 sec. 2025-06-06 00:00:30 02375_scalar_lc_cte: [ OK ] 2.74 sec. 2025-06-06 00:00:31 02421_exponential_join_rewrite_21557: [ OK ] 37.07 sec. 2025-06-06 00:00:33 02374_analyzer_array_join: [ OK ] 3.88 sec. 2025-06-06 00:00:34 02370_extractAll_regress: [ OK ] 2.71 sec. 2025-06-06 00:00:36 02378_analyzer_projection_names: [ OK ] 10.72 sec. 2025-06-06 00:00:36 02367_analyzer_table_alias_columns: [ OK ] 3.28 sec. 2025-06-06 00:00:37 02366_with_fill_date: [ OK ] 2.72 sec. 2025-06-06 00:00:40 02366_kql_tabular: [ OK ] 4.43 sec. 2025-06-06 00:00:45 02371_select_projection_normal_agg: [ OK ] 15.11 sec. 2025-06-06 00:00:48 02362_part_log_merge_algorithm: [ OK ] 10.70 sec. 2025-06-06 00:00:52 02354_vector_search_index_creation_negative: [ OK ] 7.15 sec. 2025-06-06 00:00:52 02354_distributed_with_external_aggregation_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:00:53 02358_file_default_value: [ OK ] 12.31 sec. 2025-06-06 00:00:55 02353_explain_ast_optimize: [ OK ] 2.87 sec. 2025-06-06 00:00:56 02366_cancel_write_into_file: [ OK ] 19.92 sec. 2025-06-06 00:00:57 02354_parse_timedelta: [ OK ] 4.32 sec. 2025-06-06 00:00:58 02353_ascii: [ OK ] 2.77 sec. 2025-06-06 00:00:59 02353_translate: [ OK ] 3.02 sec. 2025-06-06 00:01:00 02353_format_settings: [ OK ] 3.67 sec. 2025-06-06 00:01:02 02346_additional_filters_index: [ OK ] 3.30 sec. 2025-06-06 00:01:04 02344_analyzer_multiple_aliases_for_expression: [ OK ] 3.42 sec. 2025-06-06 00:01:05 02343_analyzer_lambdas_issue_28083: [ OK ] 2.81 sec. 2025-06-06 00:01:07 02345_implicit_transaction: [ OK ] 8.32 sec. 2025-06-06 00:01:08 02341_analyzer_aliases_basics: [ OK ] 3.88 sec. 2025-06-06 00:01:11 02340_analyzer_functions: [ OK ] 3.07 sec. 2025-06-06 00:01:11 02338_analyzer_constants_basic: [ OK ] 3.14 sec. 2025-06-06 00:01:14 02337_base58: [ OK ] 2.93 sec. 2025-06-06 00:01:15 02325_dates_schema_inference: [ OK ] 3.69 sec. 2025-06-06 00:01:15 02476_analyzer_identifier_hints: [ OK ] 134.16 sec. 2025-06-06 00:01:16 02321_nested_short_circuit_functions: [ OK ] 2.79 sec. 2025-06-06 00:01:17 02354_vector_search_bugs: [ OK ] 28.99 sec. 2025-06-06 00:01:17 02372_analyzer_join: [ OK ] 47.31 sec. 2025-06-06 00:01:18 02320_alter_columns_with_dots: [ OK ] 2.98 sec. 2025-06-06 00:01:18 02319_quantile_interpolated_weighted: [ OK ] 3.56 sec. 2025-06-06 00:01:20 02319_sql_standard_create_drop_index: [ OK ] 3.05 sec. 2025-06-06 00:01:21 02316_values_table_func_bug: [ OK ] 2.69 sec. 2025-06-06 00:01:21 02315_pmj_union_ubsan_35857: [ OK ] 2.81 sec. 2025-06-06 00:01:23 02315_grouping_constant_folding: [ OK ] 2.94 sec. 2025-06-06 00:01:23 02319_lightweight_delete_on_merge_tree: [ OK ] 6.77 sec. 2025-06-06 00:01:24 02313_group_by_modifiers_with_non_default_types: [ OK ] 3.03 sec. 2025-06-06 00:01:24 02313_cross_join_dup_col_names: [ OK ] 2.84 sec. 2025-06-06 00:01:26 02311_normalize_utf8_constant: [ OK ] 2.73 sec. 2025-06-06 00:01:26 02306_window_move_row_number_fix: [ OK ] 2.70 sec. 2025-06-06 00:01:26 02304_grouping_sets_with_rollup_cube: [ OK ] 2.55 sec. 2025-06-06 00:01:28 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 3.40 sec. 2025-06-06 00:01:28 02295_global_with_in_subquery: [ OK ] 2.70 sec. 2025-06-06 00:01:29 02423_ddl_for_opentelemetry: [ OK ] 100.45 sec. 2025-06-06 00:01:29 02293_h3_hex_ring: [ OK ] 3.26 sec. 2025-06-06 00:01:31 02292_nested_not_flattened_detach: [ OK ] 2.28 sec. 2025-06-06 00:01:31 02294_anova_cmp: [ OK ] 5.11 sec. 2025-06-06 00:01:31 02417_opentelemetry_insert_on_distributed_table: [ OK ] 88.39 sec. 2025-06-06 00:01:32 02292_h3_unidirectional_funcs: [ OK ] 3.28 sec. 2025-06-06 00:01:33 02291_dictionary_scalar_subquery_reload: [ OK ] 3.63 sec. 2025-06-06 00:01:33 02287_legacy_column_name_of_tuple_literal_over_distributed: [ OK ] 2.76 sec. 2025-06-06 00:01:34 02286_tuple_numeric_identifier: [ OK ] 2.75 sec. 2025-06-06 00:01:34 02271_int_sql_compatibility: [ OK ] 2.25 sec. 2025-06-06 00:01:35 02277_full_sort_join_misc: [ OK ] 3.97 sec. 2025-06-06 00:01:36 02271_temporary_table_show_rows_bytes: [ OK ] 2.74 sec. 2025-06-06 00:01:37 02267_insert_empty_data: [ OK ] 2.50 sec. 2025-06-06 00:01:38 02271_fix_column_matcher_and_column_transformer: [ OK ] 4.17 sec. 2025-06-06 00:01:38 02267_type_inference_for_insert_into_function_null: [ OK ] 2.77 sec. 2025-06-06 00:01:39 02264_format_insert_compression: [ OK ] 2.67 sec. 2025-06-06 00:01:43 02252_executable_user_defined_function_short_circuit: [ OK ] 5.48 sec. 2025-06-06 00:01:44 02246_clickhouse_local_drop_database: [ OK ] 5.56 sec. 2025-06-06 00:01:47 02245_s3_schema_desc: [ OK ] 3.43 sec. 2025-06-06 00:01:47 02245_join_with_nullable_lowcardinality_crash: [ OK ] 3.04 sec. 2025-06-06 00:01:49 02244_casewithexpression_return_type: [ OK ] 2.63 sec. 2025-06-06 00:01:50 02243_in_ip_address: [ OK ] 2.94 sec. 2025-06-06 00:01:51 02340_parts_refcnt_mergetree: [ OK ] 46.17 sec. 2025-06-06 00:01:51 02293_part_log_has_merge_reason: [ OK ] 23.20 sec. 2025-06-06 00:01:52 02242_negative_datetime64: [ OK ] 2.70 sec. 2025-06-06 00:01:55 02242_make_date_mysql: [ OK ] 3.61 sec. 2025-06-06 00:01:55 02242_join_rocksdb: [ OK ] 4.69 sec. 2025-06-06 00:01:58 02234_column_function_short_circuit: [ OK ] 2.99 sec. 2025-06-06 00:02:00 02239_client_host_help: [ OK ] 7.58 sec. 2025-06-06 00:02:01 02235_add_part_offset_virtual_column: [ OK ] 6.70 sec. 2025-06-06 00:02:04 02234_cast_to_ip_address: [ OK ] 5.82 sec. 2025-06-06 00:02:06 02234_clickhouse_local_test_mode: [ OK ] 6.49 sec. 2025-06-06 00:02:07 02269_bool_map_sync_after_error: [ OK ] 32.57 sec. 2025-06-06 00:02:07 02232_functions_to_subcolumns_alias: [ OK ] 2.95 sec. 2025-06-06 00:02:08 02233_set_enable_with_statement_cte_perf: [ OK ] 7.10 sec. 2025-06-06 00:02:10 02210_toColumnTypeName_toLowCardinality_const: [ OK ] 2.68 sec. 2025-06-06 00:02:10 02212_h3_point_dist: [ OK ] 3.48 sec. 2025-06-06 00:02:11 02239_bzip2_bug: [ OK ] 20.12 sec. 2025-06-06 00:02:12 02206_information_schema_show_database: [ OK ] 2.06 sec. 2025-06-06 00:02:13 02206_array_starts_ends_with: [ OK ] 3.38 sec. 2025-06-06 00:02:13 02207_subseconds_intervals: [ OK ] 4.72 sec. 2025-06-06 00:02:14 02201_use_skip_indexes_if_final: [ OK ] 2.96 sec. 2025-06-06 00:02:15 02200_use_skip_indexes: [ OK ] 2.86 sec. 2025-06-06 00:02:16 02189_join_type_conversion: [ OK ] 2.66 sec. 2025-06-06 00:02:16 02188_table_function_format: [ OK ] 2.87 sec. 2025-06-06 00:02:19 02185_range_hashed_dictionary_open_ranges: [ OK ] 3.53 sec. 2025-06-06 00:02:19 02185_arraySlice_negative_offset_size: [ OK ] 2.99 sec. 2025-06-06 00:02:20 02246_is_secure_query_log: [ OK ] 41.56 sec. 2025-06-06 00:02:21 02187_insert_values_with_mv: [ OK ] 6.57 sec. 2025-06-06 00:02:21 02177_issue_31009: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:02:22 02185_orc_corrupted_file: [ OK ] 6.14 sec. 2025-06-06 00:02:22 02254_projection_broken_part: [ OK ] 45.22 sec. 2025-06-06 00:02:23 02181_dictionary_attach_detach: [ OK ] 3.23 sec. 2025-06-06 00:02:24 02177_merge_optimize_aggregation_in_order: [ OK ] 3.09 sec. 2025-06-06 00:02:25 02176_optimize_aggregation_in_order_empty: [ OK ] 3.03 sec. 2025-06-06 00:02:25 02183_combinator_if: [ OK ] 6.14 sec. 2025-06-06 00:02:26 02175_distributed_join_current_database: [ OK ] 3.32 sec. 2025-06-06 00:02:26 02184_default_table_engine: [ OK ] 7.21 sec. 2025-06-06 00:02:27 02169_fix_view_offset_limit_setting: [ OK ] 3.35 sec. 2025-06-06 00:02:28 02165_h3_exact_edge_length_rads: [ OK ] 3.04 sec. 2025-06-06 00:02:28 02163_operators: [ OK ] 2.53 sec. 2025-06-06 00:02:29 02165_h3_num_hexagons: [ OK ] 3.19 sec. 2025-06-06 00:02:29 02162_array_first_last_index: [ OK ] 3.01 sec. 2025-06-06 00:02:31 02157_line_as_string_output_format: [ OK ] 2.62 sec. 2025-06-06 00:02:32 02159_left_right: [ OK ] 4.12 sec. 2025-06-06 00:02:32 02158_proportions_ztest_cmp: [ OK ] 4.27 sec. 2025-06-06 00:02:34 02146_mv_non_phys: [ OK ] 2.51 sec. 2025-06-06 00:02:34 02152_invalid_setting_with_hints_in_http_request: [ OK ] 3.29 sec. 2025-06-06 00:02:37 02232_allow_only_replicated_engine: [ OK ] 30.96 sec. 2025-06-06 00:02:37 02137_mv_into_join: [ OK ] 3.13 sec. 2025-06-06 00:02:38 02141_clickhouse_local_interactive_table: [ OK ] 5.12 sec. 2025-06-06 00:02:38 02133_classification: [ OK ] 3.62 sec. 2025-06-06 00:02:40 02132_empty_mutation_livelock: [ OK ] 3.04 sec. 2025-06-06 00:02:40 02128_cast_nullable: [ OK ] 2.68 sec. 2025-06-06 00:02:41 02131_row_policies_combination: [ OK ] 3.66 sec. 2025-06-06 00:02:45 02124_json_each_row_with_progress: [ OK ] 4.24 sec. 2025-06-06 00:02:48 02174_cte_scalar_cache_mv: [ OK ] 25.29 sec. 2025-06-06 00:02:50 02156_async_insert_query_log: [ OK ] 21.27 sec. 2025-06-06 00:02:51 02155_default_keyword_format_values: [ OK ] 21.28 sec. 2025-06-06 00:03:03 02126_dist_desc: [ OK ] 25.16 sec. 2025-06-06 00:03:05 02122_parallel_formatting_Vertical: [ OK ] 16.63 sec. 2025-06-06 00:03:07 02122_parallel_formatting_JSONCompactStrings: [ OK ] 21.56 sec. 2025-06-06 00:03:13 02122_parallel_formatting_JSONCompactStringsEachRow: [ OK ] 22.96 sec. 2025-06-06 00:03:18 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 15.17 sec. 2025-06-06 00:03:21 02116_clickhouse_stderr: [ OK ] 7.72 sec. 2025-06-06 00:03:21 02122_parallel_formatting_PrettyCompact: [ OK ] 30.18 sec. 2025-06-06 00:03:22 02116_tuple_element: [ OK ] 3.74 sec. 2025-06-06 00:03:22 02125_lz4_compression_bug_Native: [ OK ] 41.77 sec. 2025-06-06 00:03:23 02125_lz4_compression_bug_TSKV: [ OK ] 42.50 sec. 2025-06-06 00:03:23 02122_parallel_formatting_TSKV: [ OK ] 16.43 sec. 2025-06-06 00:03:24 02122_parallel_formatting_JSON: [ OK ] 18.76 sec. 2025-06-06 00:03:25 02112_parse_date_yyyymmdd: [ OK ] 4.21 sec. 2025-06-06 00:03:25 02110_clickhouse_local_custom_tld: [ OK ] 4.08 sec. 2025-06-06 00:03:25 02100_limit_push_down_bug: [ OK ] 2.83 sec. 2025-06-06 00:03:26 02096_sample_by_tuple: [ OK ] 2.65 sec. 2025-06-06 00:03:27 02096_join_unusual_identifier_begin: [ OK ] 3.04 sec. 2025-06-06 00:03:27 02070_join_on_disk: [ OK ] 3.42 sec. 2025-06-06 00:03:28 02105_backslash_letter_commands: [ OK ] 5.84 sec. 2025-06-06 00:03:29 02050_clickhouse_client_local_exception: [ OK ] 4.07 sec. 2025-06-06 00:03:29 02049_clickhouse_local_merge_tree: [ OK ] 4.50 sec. 2025-06-06 00:03:30 02046_remote_table_function_named_collections: [ OK ] 3.26 sec. 2025-06-06 00:03:30 02045_like_function: [ OK ] 2.68 sec. 2025-06-06 00:03:31 02047_client_exception: [ OK ] 6.12 sec. 2025-06-06 00:03:32 02042_map_get_non_const_key: [ OK ] 2.69 sec. 2025-06-06 00:03:32 02041_conversion_between_date32_and_datetime64: [ OK ] 2.97 sec. 2025-06-06 00:03:33 02031_format_query_option: [ OK ] 3.27 sec. 2025-06-06 00:03:33 02030_function_mapContainsKeyLike: [ OK ] 3.17 sec. 2025-06-06 00:03:34 02030_quantiles_underflow: [ OK ] 2.64 sec. 2025-06-06 00:03:35 02029_quantile_sanitizer: [ OK ] 2.77 sec. 2025-06-06 00:03:36 02024_create_dictionary_with_comment: [ OK ] 2.17 sec. 2025-06-06 00:03:36 02028_create_select_settings: [ OK ] 2.61 sec. 2025-06-06 00:03:38 02023_nullable_int_uint_where: [ OK ] 2.91 sec. 2025-06-06 00:03:39 02317_distinct_in_order_optimization_explain: [ OK ] 142.19 sec. 2025-06-06 00:03:39 02022_array_full_text_bloom_filter_index: [ OK ] 3.68 sec. 2025-06-06 00:03:41 02021_h3_is_pentagon: [ OK ] 3.03 sec. 2025-06-06 00:03:42 02019_multiple_weird_with_fill: [ OK ] 2.56 sec. 2025-06-06 00:03:42 02021_prewhere_column_optimization: [ OK ] 3.00 sec. 2025-06-06 00:03:43 02024_join_on_or_long: [ OK ] 9.32 sec. 2025-06-06 00:03:44 02017_columns_with_dot: [ OK ] 3.25 sec. 2025-06-06 00:03:45 02017_create_distributed_table_coredump: [ OK ] 2.88 sec. 2025-06-06 00:03:46 02029_orc_low_cardinality: [ OK ] 13.69 sec. 2025-06-06 00:03:47 02016_summing_mt_aggregating_column: [ OK ] 4.48 sec. 2025-06-06 00:03:47 02046_low_cardinality_parallel_group_by: [ OK ] 21.01 sec. 2025-06-06 00:03:47 02015_executable_user_defined_functions: [ OK ] 3.56 sec. 2025-06-06 00:03:49 02015_division_by_nullable: [ OK ] 4.35 sec. 2025-06-06 00:03:50 02014_map_different_keys: [ OK ] 3.29 sec. 2025-06-06 00:03:50 02014_dict_get_nullable_key: [ OK ] 3.51 sec. 2025-06-06 00:03:51 02014_storage_merge_order_by: [ OK ] 4.61 sec. 2025-06-06 00:03:53 02013_lc_nullable_and_infinity: [ OK ] 3.30 sec. 2025-06-06 00:03:55 02013_emptystring_cast: [ OK ] 4.50 sec. 2025-06-06 00:03:56 02044_url_glob_parallel_connection_refused: [ OK ] 28.27 sec. 2025-06-06 00:03:56 02004_max_hyperscan_regex_length: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:03:57 02008_tuple_to_name_value_pairs: [ OK ] 4.04 sec. 2025-06-06 00:03:59 02011_tuple_vector_functions: [ OK ] 7.72 sec. 2025-06-06 00:04:00 02004_invalid_partition_mutation_stuck: [ OK ] 3.80 sec. 2025-06-06 00:04:01 02015_async_inserts_stress_long: [ OK ] 14.39 sec. 2025-06-06 00:04:01 02004_intersect_except_const_column: [ OK ] 3.62 sec. 2025-06-06 00:04:01 02012_compress_lz4: [ OK ] 10.35 sec. 2025-06-06 00:04:02 02015_async_inserts_3: [ OK ] 18.56 sec. 2025-06-06 00:04:03 01950_aliases_bad_cast: [ OK ] 2.48 sec. 2025-06-06 00:04:04 02001_hostname_test: [ OK ] 3.30 sec. 2025-06-06 00:04:05 02002_system_table_with_tuple: [ OK ] 5.81 sec. 2025-06-06 00:04:06 01944_range_max_elements: [ OK ] 2.99 sec. 2025-06-06 00:04:08 02000_map_full_text_bloom_filter_index: [ OK ] 6.99 sec. 2025-06-06 00:04:09 01942_dateTimeToSnowflake: [ OK ] 3.50 sec. 2025-06-06 00:04:09 02005_log_formatted_queries: [ OK ] 14.19 sec. 2025-06-06 00:04:12 01932_global_in_function: [ OK ] 2.89 sec. 2025-06-06 00:04:12 01931_storage_merge_no_columns: [ OK ] 3.11 sec. 2025-06-06 00:04:12 01950_kill_large_group_by_query: [ OK ] 11.78 sec. 2025-06-06 00:04:14 01943_query_id_check: [ OK ] 10.44 sec. 2025-06-06 00:04:15 01933_client_replxx_convert_history: [ OK ] 6.87 sec. 2025-06-06 00:04:15 01947_mv_subquery: [ OK ] 12.04 sec. 2025-06-06 00:04:15 02023_storage_filelog: [ OK ] 39.22 sec. 2025-06-06 00:04:15 01925_test_group_by_const_consistency: [ OK ] 2.60 sec. 2025-06-06 00:04:16 01921_test_progress_bar: [ OK ] 0.96 sec. 2025-06-06 00:04:17 01922_sum_null_for_remote: [ OK ] 2.74 sec. 2025-06-06 00:04:17 01920_not_chain_format: [ OK ] 2.60 sec. 2025-06-06 00:04:18 01930_optimize_skip_unused_shards_rewrite_in: [ OK ] 6.68 sec. 2025-06-06 00:04:18 01917_prewhere_column_type: [ OK ] 3.26 sec. 2025-06-06 00:04:19 01916_lowcard_dict_type: [ OK ] 2.89 sec. 2025-06-06 00:04:20 01913_names_of_tuple_literal: [ OK ] 2.58 sec. 2025-06-06 00:04:21 01908_with_unknown_column: [ OK ] 2.72 sec. 2025-06-06 00:04:22 01906_bigint_accurate_cast_ubsan: [ OK ] 3.32 sec. 2025-06-06 00:04:23 01911_logical_error_minus: [ OK ] 4.22 sec. 2025-06-06 00:04:23 01939_network_receive_bytes_metrics: [ OK ] 16.45 sec. 2025-06-06 00:04:24 01902_self_aliases_in_columns: [ OK ] 2.86 sec. 2025-06-06 00:04:25 01901_in_literal_shard_prune: [ OK ] 2.93 sec. 2025-06-06 00:04:26 01891_echo: [ OK ] 2.88 sec. 2025-06-06 00:04:29 01903_http_fields: [ OK ] 8.89 sec. 2025-06-06 00:04:31 01889_sql_json_functions: [ OK ] 4.80 sec. 2025-06-06 00:04:32 01891_jit_aggregation_function_any_long: [ OK ] 9.18 sec. 2025-06-06 00:04:32 01890_materialized_distributed_join: [ OK ] 7.37 sec. 2025-06-06 00:04:33 01926_json_as_string_array: [ OK ] 21.14 sec. 2025-06-06 00:04:34 01881_to_week_monotonic_fix: [ OK ] 2.95 sec. 2025-06-06 00:04:35 01880_materialized_view_to_table_type_check: [ OK ] 3.36 sec. 2025-06-06 00:04:35 01882_check_max_parts_to_merge_at_once: [ OK ] 6.20 sec. 2025-06-06 00:04:36 01872_functions_to_subcolumns: [ OK ] 3.30 sec. 2025-06-06 00:04:36 01923_network_receive_time_metric_insert: [ OK ] 21.42 sec. 2025-06-06 00:04:37 01866_bit_positions_to_array: [ OK ] 3.54 sec. 2025-06-06 00:04:38 01866_aggregate_function_interval_length_sum: [ OK ] 4.24 sec. 2025-06-06 00:04:38 01854_s2_cap_union: [ OK ] 3.17 sec. 2025-06-06 00:04:38 01861_explain_pipeline: [ OK ] 3.22 sec. 2025-06-06 00:04:38 01852_s2_get_neighbours: [ OK ] 2.85 sec. 2025-06-06 00:04:39 01852_cast_operator_4: [ OK ] 3.04 sec. 2025-06-06 00:04:40 01846_alter_column_without_type_bugfix: [ OK ] 2.07 sec. 2025-06-06 00:04:41 01847_bad_like: [ OK ] 3.16 sec. 2025-06-06 00:04:41 01837_cast_to_array_from_empty_array: [ OK ] 2.65 sec. 2025-06-06 00:04:42 01846_null_as_default_for_insert_select: [ OK ] 3.45 sec. 2025-06-06 00:04:42 01890_jit_aggregation_function_sum_long: [ OK ] 17.74 sec. 2025-06-06 00:04:44 01825_type_json_wide_parts_merge: [ OK ] 3.16 sec. 2025-06-06 00:04:45 01825_type_json_partitions: [ OK ] 3.30 sec. 2025-06-06 00:04:53 01822_short_circuit: [ OK ] 7.44 sec. 2025-06-06 00:04:56 01821_join_table_mutation: [ OK ] 3.29 sec. 2025-06-06 00:04:59 01813_distributed_scalar_subqueries_alias: [ OK ] 3.31 sec. 2025-06-06 00:05:00 01825_type_json_15: [ OK ] 20.88 sec. 2025-06-06 00:05:02 01825_type_json_13: [ OK ] 21.29 sec. 2025-06-06 00:05:02 01812_has_generic: [ OK ] 2.71 sec. 2025-06-06 00:05:02 01825_type_json_6: [ OK ] 17.85 sec. 2025-06-06 00:05:03 01812_optimize_skip_unused_shards_single_node: [ OK ] 2.85 sec. 2025-06-06 00:05:05 01811_datename: [ OK ] 3.02 sec. 2025-06-06 00:05:05 01825_type_json_11: [ OK ] 23.90 sec. 2025-06-06 00:05:05 01803_const_nullable_map: [ OK ] 2.90 sec. 2025-06-06 00:05:06 01802_formatDateTime_DateTime64_century: [ OK ] 3.03 sec. 2025-06-06 00:05:08 01801_approx_total_rows_mergetree_reverse: [ OK ] 3.04 sec. 2025-06-06 00:05:08 01797_StripeLog_rwlock_ub: [ OK ] 2.79 sec. 2025-06-06 00:05:10 01798_uniq_theta_union_intersect_not: [ OK ] 4.57 sec. 2025-06-06 00:05:12 01791_dist_INSERT_block_structure_mismatch: [ OK ] 6.37 sec. 2025-06-06 00:05:13 01788_update_nested_type_subcolumn_check: [ OK ] 4.95 sec. 2025-06-06 00:05:13 01783_merge_engine_join_key_condition: [ OK ] 3.55 sec. 2025-06-06 00:05:14 01784_parallel_formatting_memory: [ OK ] 5.52 sec. 2025-06-06 00:05:15 01780_range_msan: [ OK ] 2.50 sec. 2025-06-06 00:05:16 01780_column_sparse_alter: [ OK ] 3.17 sec. 2025-06-06 00:05:18 01780_column_sparse_tuple: [ OK ] 3.97 sec. 2025-06-06 00:05:18 01780_column_sparse_full: [ OK ] 5.70 sec. 2025-06-06 00:05:19 01778_test_LowCardinality_FixedString_pk: [ OK ] 3.20 sec. 2025-06-06 00:05:20 01772_to_start_of_hour_align: [ OK ] 3.81 sec. 2025-06-06 00:05:20 01768_extended_range: [ OK ] 2.71 sec. 2025-06-06 00:05:21 01772_intdiv_minus_one_ubsan: [ OK ] 2.91 sec. 2025-06-06 00:05:22 01766_todatetime64_no_timezone_arg: [ OK ] 2.95 sec. 2025-06-06 00:05:23 01765_move_to_table_overlapping_block_number: [ OK ] 3.13 sec. 2025-06-06 00:05:23 01763_support_map_lowcardinality_type: [ OK ] 2.82 sec. 2025-06-06 00:05:24 01852_cast_operator_bad_cases: [ OK ] 46.59 sec. 2025-06-06 00:05:24 01764_prefer_column_name_to_alias: [ OK ] 3.42 sec. 2025-06-06 00:05:24 01762_datetime64_extended_parsing: [ OK ] 2.72 sec. 2025-06-06 00:05:25 01810_max_part_removal_threads_long: [ OK ] 22.60 sec. 2025-06-06 00:05:26 01759_optimize_skip_unused_shards_zero_shards: [ OK ] 2.82 sec. 2025-06-06 00:05:26 01913_quantile_deterministic: [ OK ] 68.75 sec. 2025-06-06 00:05:27 01747_transform_empty_arrays: [ OK ] 2.78 sec. 2025-06-06 00:05:27 01754_cluster_all_replicas_shard_num: [ OK ] 3.36 sec. 2025-06-06 00:05:27 01753_max_uri_size: [ OK ] 3.36 sec. 2025-06-06 00:05:29 01746_convert_type_with_default: [ OK ] 4.19 sec. 2025-06-06 00:05:29 01744_tuple_cast_to_map_bugfix: [ OK ] 2.76 sec. 2025-06-06 00:05:29 01735_join_get_low_card_fix: [ OK ] 2.95 sec. 2025-06-06 00:05:29 01732_alters_bad_conversions: [ OK ] 2.62 sec. 2025-06-06 00:05:30 01746_forbid_drop_column_referenced_by_mv: [ OK ] 4.88 sec. 2025-06-06 00:05:30 01719_join_timezone: [ OK ] 3.23 sec. 2025-06-06 00:05:31 01718_subtract_seconds_date: [ OK ] 2.67 sec. 2025-06-06 00:05:32 01717_int_div_float_too_large_ubsan: [ OK ] 2.62 sec. 2025-06-06 00:05:32 01716_decimal_comparison_ubsan: [ OK ] 2.78 sec. 2025-06-06 00:05:32 01716_drop_rename_sign_column: [ OK ] 2.96 sec. 2025-06-06 00:05:34 01710_projection_row_policy: [ OK ] 3.19 sec. 2025-06-06 00:05:34 01715_tuple_insert_null_as_default: [ OK ] 4.70 sec. 2025-06-06 00:05:35 01710_normal_projection_fix1: [ OK ] 3.23 sec. 2025-06-06 00:05:35 01710_projection_detach_part: [ OK ] 3.00 sec. 2025-06-06 00:05:36 01710_projections_group_by_no_key: [ OK ] 3.43 sec. 2025-06-06 00:05:36 01710_aggregate_projection_with_normalized_states: [ OK ] 3.49 sec. 2025-06-06 00:05:38 01710_projection_optimize_group_by_function_keys: [ OK ] 2.83 sec. 2025-06-06 00:05:38 01710_projection_with_nullable_keys: [ OK ] 2.21 sec. 2025-06-06 00:05:38 01710_projection_with_joins: [ OK ] 3.32 sec. 2025-06-06 00:05:38 01710_projection_with_ast_rewrite_settings: [ OK ] 3.85 sec. 2025-06-06 00:05:39 01710_projection_array_join: [ OK ] 2.77 sec. 2025-06-06 00:05:41 01710_aggregate_projection_with_hashing: [ OK ] 3.13 sec. 2025-06-06 00:05:41 01705_normalize_case_insensitive_function_names: [ OK ] 3.01 sec. 2025-06-06 00:05:41 01710_projection_aggregate_functions_null_for_empty: [ OK ] 3.06 sec. 2025-06-06 00:05:41 01690_quantilesTiming_ubsan: [ OK ] 2.77 sec. 2025-06-06 00:05:42 01700_system_zookeeper_path_in: [ OK ] 3.58 sec. 2025-06-06 00:05:44 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 2.91 sec. 2025-06-06 00:05:44 01679_format_readable_time_delta_inf: [ OK ] 2.81 sec. 2025-06-06 00:05:45 01674_htm_xml_coarse_parse: [ OK ] 3.04 sec. 2025-06-06 00:05:47 01669_test_toYear_mysql_dialect: [ OK ] 2.72 sec. 2025-06-06 00:05:47 01671_aggregate_function_group_bitmap_data: [ OK ] 3.05 sec. 2025-06-06 00:05:47 01674_clickhouse_client_query_param_cte: [ OK ] 5.95 sec. 2025-06-06 00:05:48 01668_test_toMonth_mysql_dialect: [ OK ] 2.76 sec. 2025-06-06 00:05:50 01666_lcm_ubsan: [ OK ] 3.32 sec. 2025-06-06 00:05:50 01663_quantile_weighted_overflow: [ OK ] 3.02 sec. 2025-06-06 00:05:53 01661_extract_all_groups_throw_fast: [ OK ] 4.81 sec. 2025-06-06 00:05:53 01659_test_base64Decode_mysql_compatibility: [ OK ] 2.72 sec. 2025-06-06 00:05:54 01660_join_or_subqueries: [ OK ] 3.50 sec. 2025-06-06 00:05:54 01679_incorrect_data_on_insert_collapsing: [ OK ] 13.34 sec. 2025-06-06 00:05:55 01658_values_ubsan: [ OK ] 2.58 sec. 2025-06-06 00:05:56 01655_window_functions_bug: [ OK ] 2.71 sec. 2025-06-06 00:05:57 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 3.57 sec. 2025-06-06 00:05:58 01645_system_table_engines: [ OK ] 2.82 sec. 2025-06-06 00:05:59 01666_blns_long: [ OK ] 12.04 sec. 2025-06-06 00:05:59 01637_nullable_fuzz3: [ OK ] 3.11 sec. 2025-06-06 00:06:01 01631_date_overflow_as_partition_key: [ OK ] 2.91 sec. 2025-06-06 00:06:02 01623_byte_size_const: [ OK ] 2.60 sec. 2025-06-06 00:06:05 01616_untuple_access_field: [ OK ] 2.78 sec. 2025-06-06 00:06:08 01614_with_fill_with_limit: [ OK ] 3.73 sec. 2025-06-06 00:06:11 01622_constraints_simple_optimization: [ OK ] 9.77 sec. 2025-06-06 00:06:12 01720_country_perimeter_and_area: [ OK ] 45.00 sec. 2025-06-06 00:06:12 01603_decimal_mult_float: [ OK ] 4.09 sec. 2025-06-06 00:06:13 01602_temporary_table_in_system_tables: [ OK ] 2.36 sec. 2025-06-06 00:06:15 01601_temporary_table_session_scope: [ OK ] 3.31 sec. 2025-06-06 00:06:17 01601_custom_tld: [ OK ] 4.53 sec. 2025-06-06 00:06:17 01600_benchmark_query: [ OK ] 3.86 sec. 2025-06-06 00:06:17 01632_tinylog_read_write: [ OK ] 20.20 sec. 2025-06-06 00:06:19 01710_aggregate_projections: [ OK ] 45.83 sec. 2025-06-06 00:06:20 01597_columns_list_ignored: [ OK ] 4.50 sec. 2025-06-06 00:06:20 01583_const_column_in_set_index: [ OK ] 2.95 sec. 2025-06-06 00:06:20 01595_countMatches: [ OK ] 3.42 sec. 2025-06-06 00:06:21 01586_columns_pruning: [ OK ] 4.16 sec. 2025-06-06 00:06:24 01564_test_hint_woes: [ OK ] 3.11 sec. 2025-06-06 00:06:25 01581_deduplicate_by_columns_replicated_long: [ OK ] 4.97 sec. 2025-06-06 00:06:25 01562_optimize_monotonous_functions_in_order_by: [ OK ] 3.55 sec. 2025-06-06 00:06:26 01576_alias_column_rewrite: [ OK ] 5.77 sec. 2025-06-06 00:06:28 01560_optimize_on_insert_long: [ OK ] 3.89 sec. 2025-06-06 00:06:28 01560_monotonicity_check_multiple_args_bug: [ OK ] 2.86 sec. 2025-06-06 00:06:29 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 2.89 sec. 2025-06-06 00:06:31 01553_datetime64_comparison: [ OK ] 2.81 sec. 2025-06-06 00:06:32 01559_aggregate_null_for_empty_fix: [ OK ] 4.31 sec. 2025-06-06 00:06:32 01552_dict_fixedstring: [ OK ] 2.94 sec. 2025-06-06 00:06:33 01582_distinct_optimization: [ OK ] 13.34 sec. 2025-06-06 00:06:33 01552_alter_name_collision: [ OK ] 2.58 sec. 2025-06-06 00:06:35 01551_context_uaf: [ OK ] 2.94 sec. 2025-06-06 00:06:37 01548_create_table_compound_column_format: [ OK ] 3.48 sec. 2025-06-06 00:06:38 01548_uncomparable_columns_in_keys: [ OK ] 2.72 sec. 2025-06-06 00:06:38 01550_create_map_type: [ OK ] 6.25 sec. 2025-06-06 00:06:40 01543_parse_datetime_besteffort_or_null_empty_string: [ OK ] 2.90 sec. 2025-06-06 00:06:41 01543_collate_in_tuple: [ OK ] 3.35 sec. 2025-06-06 00:06:42 01542_collate_in_array: [ OK ] 3.10 sec. 2025-06-06 00:06:43 01536_fuzz_cast: [ OK ] 2.52 sec. 2025-06-06 00:06:45 01533_distinct_nullable_uuid: [ OK ] 3.09 sec. 2025-06-06 00:06:47 01532_clickhouse_local_tmp_folder: [ OK ] 4.05 sec. 2025-06-06 00:06:48 01532_tuple_with_name_type: [ OK ] 3.01 sec. 2025-06-06 00:06:50 01527_bad_aggregation_in_lambda: [ OK ] 2.56 sec. 2025-06-06 00:06:52 01533_multiple_nested: [ OK ] 10.55 sec. 2025-06-06 00:06:56 01560_ttl_remove_empty_parts: [ OK ] 31.62 sec. 2025-06-06 00:06:57 01526_param_uuid: [ OK ] 5.52 sec. 2025-06-06 00:07:00 01528_clickhouse_local_prepare_parts: [ OK ] 13.32 sec. 2025-06-06 00:07:00 01521_format_readable_time_delta2: [ OK ] 3.32 sec. 2025-06-06 00:07:03 01521_distributed_query_hang: [ OK ] 2.78 sec. 2025-06-06 00:07:03 01518_filtering_aliased_materialized_column: [ OK ] 2.81 sec. 2025-06-06 00:07:06 01624_soft_constraints: [ FAIL ] 67.05 sec. - result differs with reference: 2025-06-06 00:07:06 --- /usr/share/clickhouse-test/queries/0_stateless/01624_soft_constraints.reference 2025-06-05 23:46:57.740189040 +0800 2025-06-06 00:07:06 +++ /tmp/clickhouse-test/0_stateless/01624_soft_constraints.stdout 2025-06-06 00:07:06.431264236 +0800 2025-06-06 00:07:06 @@ -1,16 +1,16 @@ 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 2, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 2, 2025-06-06 00:07:06 - "rows_read": 2, 2025-06-06 00:07:06 - "rows_read": 2, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 2, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 1, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 3, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 "rows_read": 4, 2025-06-06 00:07:06 - "rows_read": 3, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 + "rows_read": 4, 2025-06-06 00:07:06 2025-06-06 00:07:06 2025-06-06 00:07:06 Settings used in the test: --max_insert_threads 10 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11684800 --max_read_buffer_size 859772 --prefer_localhost_replica 0 --max_block_size 9941 --max_threads 24 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 73 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 44960670 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 6486146326 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 8 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 250370646 --min_compress_block_size 1835644 --max_compress_block_size 831907 --merge_tree_compact_parts_min_granules_to_multibuffer_read 36 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 4346765 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 0 --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.94 2025-06-06 00:07:06 2025-06-06 00:07:06 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.2751120400957613 --prefer_fetch_merged_part_size_threshold 7887965573 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 4931799495 --index_granularity_bytes 26221072 --merge_max_block_size 11752 --index_granularity 45818 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 49076 --primary_key_compress_block_size 67505 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 471524917 --compact_parts_max_granules_to_buffer 231 --compact_parts_merge_max_bytes_to_prefetch_part 33235964 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2025-06-06 00:07:06 2025-06-06 00:07:06 Database: test_29hez9jv 2025-06-06 00:07:06 01517_select_final_distributed: [ OK ] 3.18 sec. 2025-06-06 00:07:07 01515_with_global_and_with_propagation: [ OK ] 3.09 sec. 2025-06-06 00:07:09 01514_tid_function: [ OK ] 2.59 sec. 2025-06-06 00:07:09 01513_ilike_like_cache: [ OK ] 2.67 sec. 2025-06-06 00:07:09 01511_format_readable_timedelta: [ OK ] 2.76 sec. 2025-06-06 00:07:10 01526_initial_query_id: [ OK ] 13.24 sec. 2025-06-06 00:07:10 01550_type_map_formats_input: [ OK ] 36.94 sec. 2025-06-06 00:07:12 01505_log_distributed_deadlock: [ OK ] 2.88 sec. 2025-06-06 00:07:12 01503_fixed_string_primary_key: [ OK ] 2.80 sec. 2025-06-06 00:07:12 01497_now_support_timezone: [ OK ] 2.55 sec. 2025-06-06 00:07:13 01499_json_named_tuples: [ OK ] 2.85 sec. 2025-06-06 00:07:13 01500_StorageFile_write_to_fd: [ OK ] 4.05 sec. 2025-06-06 00:07:14 01526_max_untracked_memory: [ OK ] 23.63 sec. 2025-06-06 00:07:15 01483_merge_table_join_and_group_by: [ OK ] 3.56 sec. 2025-06-06 00:07:15 01495_subqueries_in_with_statement_3: [ OK ] 3.82 sec. 2025-06-06 00:07:16 01481_join_with_materialized: [ OK ] 3.01 sec. 2025-06-06 00:07:17 01475_read_subcolumns_3: [ OK ] 3.46 sec. 2025-06-06 00:07:19 01470_test_insert_select_asterisk: [ OK ] 3.16 sec. 2025-06-06 00:07:19 01477_lc_in_merge_join_left_key: [ OK ] 6.12 sec. 2025-06-06 00:07:20 01458_count_digits: [ OK ] 3.00 sec. 2025-06-06 00:07:22 01455_optimize_trivial_insert_select: [ OK ] 3.07 sec. 2025-06-06 00:07:22 01457_order_by_limit: [ OK ] 3.35 sec. 2025-06-06 00:07:23 01453_normalize_query_alias_uuid: [ OK ] 2.61 sec. 2025-06-06 00:07:23 01461_query_start_time_microseconds: [ OK ] 7.89 sec. 2025-06-06 00:07:26 01442_h3kring_range_check: [ OK ] 3.04 sec. 2025-06-06 00:07:26 01451_replicated_detach_drop_and_quorum_long: [ OK ] 4.15 sec. 2025-06-06 00:07:28 01440_big_int_arithm: [ OK ] 4.52 sec. 2025-06-06 00:07:29 01440_to_date_monotonicity: [ OK ] 3.23 sec. 2025-06-06 00:07:29 01436_storage_merge_with_join_push_down: [ OK ] 3.28 sec. 2025-06-06 00:07:30 01474_custom_null_tsv: [ OK ] 15.45 sec. 2025-06-06 00:07:31 01431_utf8_ubsan: [ OK ] 2.55 sec. 2025-06-06 00:07:31 01472_obfuscator_uuid: [ OK ] 15.77 sec. 2025-06-06 00:07:32 01423_if_nullable_cond: [ OK ] 2.71 sec. 2025-06-06 00:07:32 01415_table_function_view: [ OK ] 2.72 sec. 2025-06-06 00:07:32 01445_create_table_as_table_function: [ OK ] 10.20 sec. 2025-06-06 00:07:33 01414_freeze_does_not_prevent_alters: [ OK ] 3.69 sec. 2025-06-06 00:07:34 01414_mutations_and_errors: [ OK ] 3.37 sec. 2025-06-06 00:07:34 01411_xor_itai_shirav: [ OK ] 2.58 sec. 2025-06-06 00:07:35 01411_from_unixtime: [ OK ] 3.75 sec. 2025-06-06 00:07:36 01410_nullable_key_and_index_negate_cond: [ OK ] 3.42 sec. 2025-06-06 00:07:36 01401_FORMAT_SETTINGS: [ OK ] 3.35 sec. 2025-06-06 00:07:37 01396_negative_datetime_saturate_to_zero: [ OK ] 2.60 sec. 2025-06-06 00:07:37 01399_http_request_headers: [ OK ] 3.64 sec. 2025-06-06 00:07:37 01391_limit_overflow: [ OK ] 2.77 sec. 2025-06-06 00:07:38 01389_filter_by_virtual_columns: [ OK ] 2.71 sec. 2025-06-06 00:07:38 01373_summing_merge_tree_explicit_columns_definition: [ OK ] 2.55 sec. 2025-06-06 00:07:38 01388_multi_if_optimization: [ OK ] 2.70 sec. 2025-06-06 00:07:40 01353_topk_enum: [ OK ] 2.64 sec. 2025-06-06 00:07:40 01359_codeql: [ OK ] 2.87 sec. 2025-06-06 00:07:40 01352_generate_random_overflow: [ OK ] 2.46 sec. 2025-06-06 00:07:41 01351_geohash_assert: [ OK ] 2.52 sec. 2025-06-06 00:07:43 01361_fover_remote_num_tries: [ OK ] 5.80 sec. 2025-06-06 00:07:43 01337_mysql_global_variables: [ OK ] 2.74 sec. 2025-06-06 00:07:43 01333_select_abc_asterisk: [ OK ] 2.77 sec. 2025-06-06 00:07:43 01328_bad_peephole_optimization: [ OK ] 2.51 sec. 2025-06-06 00:07:44 01344_min_bytes_to_use_mmap_io_index: [ OK ] 5.49 sec. 2025-06-06 00:07:44 01647_clickhouse_local_hung: [ OK ] 109.59 sec. 2025-06-06 00:07:45 01342_query_parameters_alias: [ OK ] 5.68 sec. 2025-06-06 00:07:46 01323_bad_arg_in_arithmetic_operations: [ OK ] 2.77 sec. 2025-06-06 00:07:46 01327_decimal_cut_extra_digits_after_point: [ OK ] 3.09 sec. 2025-06-06 00:07:47 01323_if_with_nulls: [ OK ] 3.73 sec. 2025-06-06 00:07:48 01318_map_add_map_subtract_on_map_type: [ OK ] 4.14 sec. 2025-06-06 00:07:48 01318_map_populate_series: [ OK ] 3.90 sec. 2025-06-06 00:07:48 01302_polygons_distance: [ OK ] 2.75 sec. 2025-06-06 00:07:48 01305_array_join_prewhere_in_subquery: [ OK ] 2.88 sec. 2025-06-06 00:07:49 01300_wkt: [ OK ] 3.55 sec. 2025-06-06 00:07:51 01300_polygon_convex_hull: [ OK ] 2.69 sec. 2025-06-06 00:07:51 01291_unsupported_conversion_from_decimal: [ OK ] 2.76 sec. 2025-06-06 00:07:51 01296_pipeline_stuck: [ OK ] 3.02 sec. 2025-06-06 00:07:52 01296_codecs_bad_arguments: [ OK ] 3.42 sec. 2025-06-06 00:07:53 01323_too_many_threads_bug: [ OK ] 9.51 sec. 2025-06-06 00:07:54 01284_view_and_extremes_bug: [ OK ] 2.87 sec. 2025-06-06 00:07:54 01284_escape_sequences_php_mysql_style: [ OK ] 2.90 sec. 2025-06-06 00:07:55 01283_strict_resize_bug: [ OK ] 3.26 sec. 2025-06-06 00:07:56 01284_port: [ OK ] 4.19 sec. 2025-06-06 00:07:56 01277_convert_field_to_type_logical_error: [ OK ] 2.74 sec. 2025-06-06 00:07:57 01277_large_tuples: [ OK ] 2.78 sec. 2025-06-06 00:07:57 01281_parseDateTime64BestEffort: [ OK ] 4.16 sec. 2025-06-06 00:07:57 01290_max_execution_speed_distributed: [ OK ] 7.93 sec. 2025-06-06 00:07:58 01300_client_save_history_when_terminated_long: [ OK ] 11.35 sec. 2025-06-06 00:07:58 01277_unixTimestamp64_compatibility: [ OK ] 3.21 sec. 2025-06-06 00:07:58 01276_system_licenses: [ OK ] 2.76 sec. 2025-06-06 00:08:00 01274_generate_random_nested: [ OK ] 3.17 sec. 2025-06-06 00:08:00 01273_lc_fixed_string_field: [ OK ] 2.87 sec. 2025-06-06 00:08:01 01273_extractGroups: [ OK ] 3.80 sec. 2025-06-06 00:08:01 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 3.02 sec. 2025-06-06 00:08:02 01263_type_conversion_nvartolomei: [ OK ] 3.58 sec. 2025-06-06 00:08:03 01262_fractional_timezone_near_start_of_epoch: [ OK ] 3.05 sec. 2025-06-06 00:08:03 01258_bom_tsv: [ OK ] 3.25 sec. 2025-06-06 00:08:04 01256_negative_generate_random: [ OK ] 2.67 sec. 2025-06-06 00:08:04 01247_least_greatest_filimonov: [ OK ] 2.59 sec. 2025-06-06 00:08:05 01246_finalize_aggregation_race: [ OK ] 3.17 sec. 2025-06-06 00:08:06 01246_extractAllGroupsVertical: [ OK ] 3.51 sec. 2025-06-06 00:08:07 01213_alter_table_rename_nested: [ OK ] 2.70 sec. 2025-06-06 00:08:09 01234_to_string_monotonic: [ OK ] 4.78 sec. 2025-06-06 00:08:09 01213_alter_rename_compact_part: [ OK ] 3.18 sec. 2025-06-06 00:08:09 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 3.09 sec. 2025-06-06 00:08:13 01245_distributed_group_by_no_merge_with-extremes_and_totals: [ OK ] 9.66 sec. 2025-06-06 00:08:13 01194_http_query_id: [ OK ] 6.53 sec. 2025-06-06 00:08:14 01173_transaction_control_queries: [ OK ] 5.49 sec. 2025-06-06 00:08:14 01180_client_syntax_errors: [ OK ] 5.67 sec. 2025-06-06 00:08:19 01157_replace_table: [ OK ] 4.63 sec. 2025-06-06 00:08:19 01159_combinators_with_parameters: [ OK ] 5.17 sec. 2025-06-06 00:08:21 01144_multiword_data_types: [ OK ] 2.54 sec. 2025-06-06 00:08:24 01142_join_lc_and_nullable_in_key: [ OK ] 4.59 sec. 2025-06-06 00:08:25 01140_select_from_storage_join_fix: [ OK ] 3.66 sec. 2025-06-06 00:08:27 01137_order_by_func_final: [ OK ] 3.40 sec. 2025-06-06 00:08:28 01134_set_overflow_mode: [ OK ] 3.25 sec. 2025-06-06 00:08:30 01131_max_rows_to_sort: [ OK ] 2.83 sec. 2025-06-06 00:08:31 01123_parse_date_time_best_effort_even_more: [ OK ] 2.69 sec. 2025-06-06 00:08:33 01122_totals_rollup_having_block_header: [ OK ] 3.14 sec. 2025-06-06 00:08:36 01118_is_constant: [ OK ] 2.99 sec. 2025-06-06 00:08:39 01273_arrow_dictionaries_load: [ OK ] 40.90 sec. 2025-06-06 00:08:40 01117_chain_finalize_bug: [ OK ] 3.54 sec. 2025-06-06 00:08:42 01117_comma_and_others_join_mix: [ OK ] 3.05 sec. 2025-06-06 00:08:43 01116_asof_join_dolbyzerr: [ OK ] 2.81 sec. 2025-06-06 00:08:43 01825_type_json_schema_race_long: [ OK ] 241.12 sec. 2025-06-06 00:08:45 01116_cross_count_asterisks: [ OK ] 3.11 sec. 2025-06-06 00:08:46 01112_check_table_with_index: [ OK ] 3.06 sec. 2025-06-06 00:08:47 01115_prewhere_array_join: [ OK ] 3.73 sec. 2025-06-06 00:08:49 01098_sum: [ OK ] 3.00 sec. 2025-06-06 00:08:49 01091_query_profiler_does_not_hang: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:08:50 01097_one_more_range_reader_test_wide_part: [ OK ] 3.13 sec. 2025-06-06 00:08:52 01088_array_slice_of_aggregate_functions: [ OK ] 2.77 sec. 2025-06-06 00:08:53 01087_storage_generate: [ OK ] 2.98 sec. 2025-06-06 00:08:55 01086_modulo_or_zero: [ OK ] 2.70 sec. 2025-06-06 00:08:56 01081_PartialSortingTransform_full_column: [ OK ] 3.03 sec. 2025-06-06 00:08:57 01168_mutations_isolation: [ OK ] 47.95 sec. 2025-06-06 00:08:58 01080_join_get_null: [ OK ] 2.84 sec. 2025-06-06 00:08:58 01099_parallel_distributed_insert_select: [ OK ] 12.79 sec. 2025-06-06 00:08:59 01078_bloom_filter_operator_not_has: [ OK ] 3.18 sec. 2025-06-06 00:09:00 01073_attach_if_not_exists: [ OK ] 2.69 sec. 2025-06-06 00:09:01 01072_drop_temporary_table_with_same_name: [ OK ] 2.71 sec. 2025-06-06 00:09:02 01070_h3_hex_area_m2: [ OK ] 2.51 sec. 2025-06-06 00:09:03 01070_h3_indexes_are_neighbors: [ OK ] 2.73 sec. 2025-06-06 00:09:04 01069_insert_float_as_nullable_unit8: [ OK ] 2.71 sec. 2025-06-06 00:09:08 01119_session_log: [ OK ] 36.35 sec. 2025-06-06 00:09:10 01060_defaults_all_columns: [ OK ] 2.81 sec. 2025-06-06 00:09:14 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 11.24 sec. 2025-06-06 00:09:20 01056_predicate_optimizer_bugs: [ OK ] 5.38 sec. 2025-06-06 00:09:22 01068_window_view_event_tumble_to_bounded_lateness: [ OK ] 20.17 sec. 2025-06-06 00:09:22 01073_window_view_event_tumble_to_asc_populate: [ OK ] 24.64 sec. 2025-06-06 00:09:23 01053_drop_database_mat_view: [ OK ] 2.87 sec. 2025-06-06 00:09:23 01061_window_view_event_hop_to_asc: [ OK ] 19.36 sec. 2025-06-06 00:09:25 01052_array_reduce_exception: [ OK ] 2.58 sec. 2025-06-06 00:09:25 01051_scalar_optimization: [ OK ] 2.66 sec. 2025-06-06 00:09:25 01052_compression_buffer_overrun: [ OK ] 3.17 sec. 2025-06-06 00:09:27 01051_all_join_engine: [ OK ] 4.52 sec. 2025-06-06 00:09:28 01046_trivial_count_query_distributed: [ OK ] 2.92 sec. 2025-06-06 00:09:28 01050_clickhouse_dict_source_with_subquery: [ OK ] 3.11 sec. 2025-06-06 00:09:29 01050_window_view_parser_tumble: [ OK ] 4.04 sec. 2025-06-06 00:09:30 01057_window_view_event_tumble_to_strict_asc: [ OK ] 19.46 sec. 2025-06-06 00:09:31 01041_h3_is_valid: [ OK ] 2.79 sec. 2025-06-06 00:09:31 01040_h3_get_resolution: [ OK ] 2.63 sec. 2025-06-06 00:09:32 01043_geo_distance: [ OK ] 3.05 sec. 2025-06-06 00:09:34 01040_distributed_background_insert_batch_inserts: [ OK ] 3.88 sec. 2025-06-06 00:09:35 01037_zookeeper_check_table_empty_pk: [ OK ] 3.20 sec. 2025-06-06 00:09:37 01034_unknown_qualified_column_in_join: [ OK ] 2.84 sec. 2025-06-06 00:09:38 01034_order_by_pk_prefix: [ OK ] 3.34 sec. 2025-06-06 00:09:40 01035_lc_empty_part_bug: [ OK ] 8.69 sec. 2025-06-06 00:09:45 01034_sample_final_distributed: [ OK ] 6.49 sec. 2025-06-06 00:09:47 01032_cityHash64_for_decimal: [ OK ] 2.79 sec. 2025-06-06 00:09:50 01032_duplicate_column_insert_query: [ OK ] 3.04 sec. 2025-06-06 00:09:51 01035_avg_weighted_long: [ OK ] 19.71 sec. 2025-06-06 00:09:54 01031_semi_anti_join: [ OK ] 3.15 sec. 2025-06-06 00:09:57 01034_values_parse_float_bug: [ OK ] 17.00 sec. 2025-06-06 00:09:58 01031_pmj_new_any_semi_join: [ OK ] 3.48 sec. 2025-06-06 00:10:00 01030_storage_set_supports_read: [ OK ] 2.99 sec. 2025-06-06 00:10:01 01025_array_compact_generic: [ OK ] 3.12 sec. 2025-06-06 00:10:03 01019_materialized_view_select_extra_columns: [ OK ] 3.06 sec. 2025-06-06 00:10:04 01019_array_fill: [ OK ] 2.96 sec. 2025-06-06 00:10:06 01018_optimize_read_in_order_with_in_subquery: [ OK ] 3.00 sec. 2025-06-06 00:10:09 01017_tuplehamming_distance: [ OK ] 2.85 sec. 2025-06-06 00:10:10 01018_Distributed__shard_num: [ OK ] 5.24 sec. 2025-06-06 00:10:11 01031_mutations_interpreter_and_context: [ OK ] 20.61 sec. 2025-06-06 00:10:11 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:10:12 01017_in_unconvertible_complex_type: [ OK ] 2.92 sec. 2025-06-06 00:10:14 01014_count_of_merges_metrics: [ OK ] 3.19 sec. 2025-06-06 00:10:15 01013_repeat_function: [ OK ] 2.98 sec. 2025-06-06 00:10:22 01010_pmj_one_row_blocks: [ OK ] 7.56 sec. 2025-06-06 00:10:35 01273_arrow: [ OK ] 157.87 sec. 2025-06-06 00:10:40 01000_bad_size_of_marks_skip_idx: [ OK ] 4.54 sec. 2025-06-06 00:10:40 01045_order_by_pk_special_storages: [ OK ] 72.33 sec. 2025-06-06 00:10:42 01005_rwr_shard_deadlock: [ OK ] 20.28 sec. 2025-06-06 00:10:43 00999_settings_no_extra_quotes: [ OK ] 2.71 sec. 2025-06-06 00:10:43 01007_r1r2_w_r2r1_deadlock: [ OK ] 27.43 sec. 2025-06-06 00:10:45 01000_unneeded_substitutions_client: [ OK ] 5.58 sec. 2025-06-06 00:10:45 00995_optimize_read_in_order_with_aggregation: [ OK ] 2.88 sec. 2025-06-06 00:10:47 00996_limit_with_ties: [ OK ] 4.19 sec. 2025-06-06 00:10:50 00987_distributed_stack_overflow: [ OK ] 3.57 sec. 2025-06-06 00:10:54 00990_metric_log_table_not_empty: [ OK ] 8.54 sec. 2025-06-06 00:10:56 00984_materialized_view_to_columns: [ OK ] 5.96 sec. 2025-06-06 00:11:02 00982_array_enumerate_uniq_ranked: [ OK ] 5.51 sec. 2025-06-06 00:11:05 00988_parallel_parts_removal: [ OK ] 19.20 sec. 2025-06-06 00:11:12 01160_table_dependencies: [ OK ] 178.38 sec. 2025-06-06 00:11:16 00979_toFloat_monotonicity: [ OK ] 11.07 sec. 2025-06-06 00:11:19 00976_system_stop_ttl_merges: [ OK ] 7.45 sec. 2025-06-06 00:11:22 00975_sample_prewhere_distributed: [ OK ] 5.41 sec. 2025-06-06 00:11:23 00984_parser_stack_overflow: [ OK ] 29.21 sec. 2025-06-06 00:11:23 00991_system_parts_race_condition_long: [ OK ] 40.48 sec. 2025-06-06 00:11:26 00972_desc_table_virtual_columns: [ OK ] 2.85 sec. 2025-06-06 00:11:26 00963_startsWith_force_primary_key: [ OK ] 2.94 sec. 2025-06-06 00:11:27 00973_uniq_non_associativity: [ OK ] 5.80 sec. 2025-06-06 00:11:31 00954_resample_combinator: [ OK ] 4.25 sec. 2025-06-06 00:11:31 00957_neighbor: [ OK ] 4.85 sec. 2025-06-06 00:11:32 00974_text_log_table_not_empty: [ OK ] 12.91 sec. 2025-06-06 00:11:33 01162_strange_mutations: [ OK ] 200.18 sec. 2025-06-06 00:11:34 00952_part_frozen_info: [ OK ] 3.11 sec. 2025-06-06 00:11:36 00950_test_double_delta_codec: [ OK ] 3.98 sec. 2025-06-06 00:11:36 00944_minmax_null: [ OK ] 3.10 sec. 2025-06-06 00:11:39 00939_test_null_in: [ OK ] 2.93 sec. 2025-06-06 00:11:39 00938_fix_rwlock_segfault_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:11:39 00939_limit_by_offset: [ OK ] 2.78 sec. 2025-06-06 00:11:42 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 3.28 sec. 2025-06-06 00:11:44 00953_indices_alter_exceptions: [ OK ] 16.28 sec. 2025-06-06 00:11:46 00927_asof_joins: [ OK ] 3.32 sec. 2025-06-06 00:11:48 00926_adaptive_index_granularity_versioned_collapsing_merge_tree: [ OK ] 4.05 sec. 2025-06-06 00:11:50 00929_multi_match_edit_distance: [ OK ] 10.62 sec. 2025-06-06 00:11:52 00981_topK_topKWeighted_long: [ OK ] 49.66 sec. 2025-06-06 00:11:52 01016_input_null_as_default: [ OK ] 102.31 sec. 2025-06-06 00:11:53 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 3.25 sec. 2025-06-06 00:11:54 00926_adaptive_index_granularity_merge_tree: [ OK ] 7.88 sec. 2025-06-06 00:11:56 00921_datetime64_basic: [ OK ] 4.19 sec. 2025-06-06 00:11:56 00919_sum_aggregate_states_constants: [ OK ] 3.10 sec. 2025-06-06 00:11:56 00915_tuple_orantius: [ OK ] 2.65 sec. 2025-06-06 00:11:59 00910_buffer_prewhere_different_types: [ OK ] 2.95 sec. 2025-06-06 00:12:00 00926_multimatch: [ OK ] 12.17 sec. 2025-06-06 00:12:00 00915_simple_aggregate_function: [ OK ] 3.89 sec. 2025-06-06 00:12:00 00942_mutate_index: [ OK ] 26.18 sec. 2025-06-06 00:12:00 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 8.79 sec. 2025-06-06 00:12:03 00901_joint_entropy: [ OK ] 3.35 sec. 2025-06-06 00:12:04 00907_set_index_with_nullable_and_low_cardinality: [ OK ] 4.57 sec. 2025-06-06 00:12:07 00909_arrayEnumerateUniq: [ OK ] 10.29 sec. 2025-06-06 00:12:08 00906_low_cardinality_rollup: [ OK ] 8.47 sec. 2025-06-06 00:12:08 00900_long_parquet_load: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:12:13 00875_join_right_nulls_ors: [ OK ] 4.25 sec. 2025-06-06 00:12:16 00874_issue_3495: [ OK ] 2.83 sec. 2025-06-06 00:12:21 00900_orc_nullable_arrays_load: [ OK ] 20.89 sec. 2025-06-06 00:12:22 00900_null_array_orc_load: [ OK ] 15.58 sec. 2025-06-06 00:12:25 00872_t64_bit_codec: [ OK ] 8.90 sec. 2025-06-06 00:12:25 00900_orc_arrays_load: [ OK ] 21.05 sec. 2025-06-06 00:12:26 00862_decimal_in: [ OK ] 3.41 sec. 2025-06-06 00:12:28 00846_join_using_tuple_crash: [ OK ] 2.88 sec. 2025-06-06 00:12:28 00845_join_on_aliases: [ OK ] 3.26 sec. 2025-06-06 00:12:29 00844_join_lightee2: [ OK ] 2.98 sec. 2025-06-06 00:12:30 00837_insert_select_and_read_prefix: [ OK ] 2.81 sec. 2025-06-06 00:12:30 00871_t64_codec_signed: [ OK ] 9.01 sec. 2025-06-06 00:12:31 00833_sleep_overflow: [ OK ] 2.59 sec. 2025-06-06 00:12:35 00826_cross_to_inner_join: [ OK ] 4.91 sec. 2025-06-06 00:12:39 00819_ast_refactoring_bugs: [ OK ] 3.46 sec. 2025-06-06 00:12:42 00818_join_bug_4271: [ OK ] 3.14 sec. 2025-06-06 00:12:45 00812_prewhere_alias_array: [ OK ] 2.91 sec. 2025-06-06 00:12:46 01034_move_partition_from_table_zookeeper: [ OK ] 189.43 sec. 2025-06-06 00:12:47 00825_protobuf_format_nested_optional: [ OK ] 16.46 sec. 2025-06-06 00:12:47 00825_protobuf_format_array_3dim: [ OK ] 15.97 sec. 2025-06-06 00:12:48 00809_add_days_segfault: [ OK ] 2.99 sec. 2025-06-06 00:12:48 00900_orc_arrow_parquet_tuples: [ OK ] 44.41 sec. 2025-06-06 00:12:49 00952_input_function: [ OK ] 78.08 sec. 2025-06-06 00:12:51 00765_sql_compatibility_aliases: [ OK ] 3.10 sec. 2025-06-06 00:12:52 00757_enum_defaults_const: [ OK ] 2.81 sec. 2025-06-06 00:12:52 00800_versatile_storage_join: [ OK ] 4.17 sec. 2025-06-06 00:12:54 00753_distributed_system_columns_and_system_tables: [ OK ] 3.15 sec. 2025-06-06 00:12:55 00752_low_cardinality_left_array_join: [ OK ] 3.11 sec. 2025-06-06 00:12:55 00752_low_cardinality_mv_2: [ OK ] 3.79 sec. 2025-06-06 00:12:57 00747_contributors: [ OK ] 2.69 sec. 2025-06-06 00:12:59 00746_hashing_tuples: [ OK ] 3.12 sec. 2025-06-06 00:13:01 00800_low_cardinality_merge_join: [ OK ] 13.59 sec. 2025-06-06 00:13:01 00743_limit_by_not_found_column: [ OK ] 3.32 sec. 2025-06-06 00:13:01 00751_low_cardinality_nullable_group_by: [ OK ] 7.11 sec. 2025-06-06 00:13:01 00735_or_expr_optimize_bug: [ OK ] 2.85 sec. 2025-06-06 00:13:04 00900_orc_arrow_parquet_nested: [ OK ] 63.53 sec. 2025-06-06 00:13:05 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 3.75 sec. 2025-06-06 00:13:05 00732_quorum_insert_simple_test_1_parts_zookeeper_long: [ OK ] 4.06 sec. 2025-06-06 00:13:05 00725_join_on_bug_1: [ OK ] 3.31 sec. 2025-06-06 00:13:07 00718_format_datetime_1: [ OK ] 2.76 sec. 2025-06-06 00:13:08 00723_remerge_sort: [ OK ] 3.61 sec. 2025-06-06 00:13:10 00714_create_temporary_table_with_in_clause: [ OK ] 2.91 sec. 2025-06-06 00:13:10 00718_format_datetime: [ OK ] 5.71 sec. 2025-06-06 00:13:11 00712_prewhere_with_sampling_and_alias: [ OK ] 2.87 sec. 2025-06-06 00:13:13 00711_array_enumerate_variants: [ OK ] 2.71 sec. 2025-06-06 00:13:14 00703_join_crash: [ OK ] 3.22 sec. 2025-06-06 00:13:14 00706_iso_week_and_day_of_year: [ OK ] 3.32 sec. 2025-06-06 00:13:17 00701_join_default_strictness: [ OK ] 3.12 sec. 2025-06-06 00:13:17 00702_join_with_using_dups: [ OK ] 3.33 sec. 2025-06-06 00:13:18 00702_join_on_dups: [ OK ] 5.07 sec. 2025-06-06 00:13:20 00700_decimal_with_default_precision_and_scale: [ OK ] 2.89 sec. 2025-06-06 00:13:20 00700_decimal_array_functions: [ OK ] 3.04 sec. 2025-06-06 00:13:23 00692_if_exception_code: [ OK ] 2.95 sec. 2025-06-06 00:13:24 00700_decimal_bounds: [ OK ] 5.42 sec. 2025-06-06 00:13:25 00834_hints_for_type_function_typos: [ OK ] 56.68 sec. 2025-06-06 00:13:26 00688_low_cardinality_nullable_cast: [ OK ] 2.96 sec. 2025-06-06 00:13:27 00688_aggregation_retention: [ OK ] 3.22 sec. 2025-06-06 00:13:28 00688_low_cardinality_in: [ OK ] 2.97 sec. 2025-06-06 00:13:29 00676_group_by_in: [ OK ] 3.05 sec. 2025-06-06 00:13:31 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 3.00 sec. 2025-06-06 00:13:32 00660_optimize_final_without_partition: [ OK ] 3.06 sec. 2025-06-06 00:13:33 00674_join_on_syntax: [ OK ] 6.22 sec. 2025-06-06 00:13:33 00688_low_cardinality_serialization: [ OK ] 12.91 sec. 2025-06-06 00:13:34 00653_running_difference: [ OK ] 3.18 sec. 2025-06-06 00:13:36 00648_replacing_empty_set_from_prewhere: [ OK ] 2.65 sec. 2025-06-06 00:13:36 00642_cast: [ OK ] 2.20 sec. 2025-06-06 00:13:39 00635_shard_distinct_order_by: [ OK ] 2.92 sec. 2025-06-06 00:13:46 00652_replicated_mutations_default_database_zookeeper: [ OK ] 14.12 sec. 2025-06-06 00:13:49 00804_test_alter_compression_codecs: [ OK ] 62.21 sec. 2025-06-06 00:13:55 00731_long_merge_tree_select_opened_files: [ OK ] 53.16 sec. 2025-06-06 00:13:57 00632_aggregation_window_funnel: [ OK ] 8.09 sec. 2025-06-06 00:13:57 00627_recursive_alias: [ OK ] 2.63 sec. 2025-06-06 00:14:00 00625_query_in_form_data: [ OK ] 3.22 sec. 2025-06-06 00:14:00 00619_union_highlite: [ OK ] 2.94 sec. 2025-06-06 00:14:01 00634_logging_shard: [ OK ] 21.40 sec. 2025-06-06 00:14:01 00715_fetch_merged_or_mutated_part_zookeeper: [ OK ] 55.69 sec. 2025-06-06 00:14:03 00614_shard_same_header_for_local_and_remote_node_in_distributed_query: [ OK ] 2.95 sec. 2025-06-06 00:14:03 00613_shard_distributed_max_execution_time: [ OK ] 2.72 sec. 2025-06-06 00:14:04 00612_shard_count: [ OK ] 3.03 sec. 2025-06-06 00:14:05 00612_pk_in_tuple: [ OK ] 4.60 sec. 2025-06-06 00:14:06 00612_union_query_with_subquery: [ OK ] 2.96 sec. 2025-06-06 00:14:08 00605_intersections_aggregate_functions: [ OK ] 2.93 sec. 2025-06-06 00:14:09 00597_with_totals_on_empty_set: [ OK ] 2.81 sec. 2025-06-06 00:14:09 00634_performance_introspection_and_logging: [ OK ] 22.94 sec. 2025-06-06 00:14:11 00609_prewhere_and_default: [ OK ] 7.03 sec. 2025-06-06 00:14:12 00587_union_all_type_conversions: [ OK ] 3.08 sec. 2025-06-06 00:14:12 00584_view_union_all: [ OK ] 3.17 sec. 2025-06-06 00:14:13 00594_alias_in_distributed: [ OK ] 5.16 sec. 2025-06-06 00:14:13 00582_not_aliasing_functions: [ OK ] 2.75 sec. 2025-06-06 00:14:15 00580_consistent_hashing_functions: [ OK ] 2.73 sec. 2025-06-06 00:14:16 00579_virtual_column_and_lazy: [ OK ] 3.35 sec. 2025-06-06 00:14:16 00575_merge_and_index_with_function_in_in: [ OK ] 2.73 sec. 2025-06-06 00:14:17 00576_nested_and_prewhere: [ OK ] 3.45 sec. 2025-06-06 00:14:19 00567_parse_datetime_as_unix_timestamp: [ OK ] 2.60 sec. 2025-06-06 00:14:20 00562_in_subquery_merge_tree: [ OK ] 3.39 sec. 2025-06-06 00:14:22 00556_array_intersect: [ OK ] 3.06 sec. 2025-06-06 00:14:24 00555_hasSubstr: [ OK ] 3.36 sec. 2025-06-06 00:14:26 00544_insert_with_select: [ OK ] 2.73 sec. 2025-06-06 00:14:28 00612_pk_in_tuple_perf: [ OK ] 24.55 sec. 2025-06-06 00:14:28 00534_functions_bad_arguments10: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:14:29 00542_access_to_temporary_table_in_readonly_mode: [ OK ] 2.74 sec. 2025-06-06 00:14:29 00534_functions_bad_arguments13: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:14:29 00534_functions_bad_arguments9: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:14:29 00534_functions_bad_arguments7: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:14:30 00534_exp10: [ OK ] 2.60 sec. 2025-06-06 00:14:31 00550_join_insert_select: [ OK ] 8.81 sec. 2025-06-06 00:14:33 00524_time_intervals_months_underflow: [ OK ] 3.95 sec. 2025-06-06 00:14:33 00518_extract_all_and_empty_matches: [ OK ] 2.86 sec. 2025-06-06 00:14:34 00516_modulo: [ OK ] 2.92 sec. 2025-06-06 00:14:36 00508_materialized_view_to: [ OK ] 3.07 sec. 2025-06-06 00:14:37 00574_empty_strings_deserialization: [ OK ] 20.89 sec. 2025-06-06 00:14:38 00506_union_distributed: [ OK ] 4.38 sec. 2025-06-06 00:14:39 00636_partition_key_parts_pruning: [ OK ] 63.51 sec. 2025-06-06 00:14:40 00500_point_in_polygon_nan: [ OK ] 2.69 sec. 2025-06-06 00:14:40 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 3.72 sec. 2025-06-06 00:14:42 00500_point_in_polygon_bug_2: [ OK ] 2.72 sec. 2025-06-06 00:14:43 00499_json_enum_insert: [ OK ] 2.95 sec. 2025-06-06 00:14:44 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 29.05 sec. 2025-06-06 00:14:44 00489_pk_subexpression: [ OK ] 3.22 sec. 2025-06-06 00:14:44 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 8.10 sec. 2025-06-06 00:14:46 00477_parsing_data_types: [ OK ] 2.49 sec. 2025-06-06 00:14:46 00472_create_view_if_not_exists: [ OK ] 2.49 sec. 2025-06-06 00:14:47 00483_reading_from_array_structure: [ OK ] 3.21 sec. 2025-06-06 00:14:48 00466_comments_in_keyword: [ OK ] 3.03 sec. 2025-06-06 00:14:49 00462_json_true_false_literals: [ OK ] 2.74 sec. 2025-06-06 00:14:49 00451_left_array_join_and_constants: [ OK ] 2.77 sec. 2025-06-06 00:14:49 00448_to_string_cut_to_zero: [ OK ] 2.74 sec. 2025-06-06 00:14:51 00444_join_use_nulls: [ OK ] 3.29 sec. 2025-06-06 00:14:52 00484_preferred_max_column_in_block_size_bytes: [ OK ] 9.37 sec. 2025-06-06 00:14:52 00442_filter_by_nullable: [ OK ] 3.06 sec. 2025-06-06 00:14:52 00434_tonullable: [ OK ] 2.73 sec. 2025-06-06 00:14:54 00422_hash_function_constexpr: [ OK ] 2.79 sec. 2025-06-06 00:14:54 00414_time_zones_direct_conversion: [ OK ] 2.68 sec. 2025-06-06 00:14:55 00413_least_greatest_new_behavior: [ OK ] 2.69 sec. 2025-06-06 00:14:55 00411_merge_tree_where_const_in_set: [ OK ] 2.84 sec. 2025-06-06 00:14:57 00504_insert_miss_columns: [ OK ] 23.34 sec. 2025-06-06 00:14:58 00389_concat_operator: [ OK ] 2.71 sec. 2025-06-06 00:14:58 00405_output_format_pretty_color: [ OK ] 3.94 sec. 2025-06-06 00:14:59 00410_aggregation_combinators_with_arenas: [ OK ] 4.97 sec. 2025-06-06 00:15:00 00367_visible_width_of_array_tuple_enum: [ OK ] 2.78 sec. 2025-06-06 00:15:01 00363_defaults: [ OK ] 3.09 sec. 2025-06-06 00:15:01 00361_shared_array_offsets_and_squash_blocks: [ OK ] 2.98 sec. 2025-06-06 00:15:01 00360_to_date_from_string_with_datetime: [ OK ] 2.62 sec. 2025-06-06 00:15:03 00359_convert_or_zero_functions: [ OK ] 2.75 sec. 2025-06-06 00:15:03 00763_long_lock_buffer_alter_destination_table: [ OK ] 134.88 sec. 2025-06-06 00:15:03 00358_from_string_complex_types: [ OK ] 2.58 sec. 2025-06-06 00:15:04 00346_if_tuple: [ OK ] 2.87 sec. 2025-06-06 00:15:04 00350_count_distinct: [ OK ] 3.09 sec. 2025-06-06 00:15:06 00345_index_accurate_comparison: [ OK ] 3.05 sec. 2025-06-06 00:15:06 00337_shard_any_heavy: [ OK ] 2.89 sec. 2025-06-06 00:15:07 00343_array_element_generic: [ OK ] 3.40 sec. 2025-06-06 00:15:08 00335_bom: [ OK ] 3.27 sec. 2025-06-06 00:15:09 00308_write_buffer_valid_utf8: [ OK ] 2.63 sec. 2025-06-06 00:15:09 00319_index_for_like: [ OK ] 3.51 sec. 2025-06-06 00:15:11 00298_enum_width_and_cast: [ OK ] 3.10 sec. 2025-06-06 00:15:11 00302_http_compression: [ OK ] 4.52 sec. 2025-06-06 00:15:12 00292_parser_tuple_element: [ OK ] 2.73 sec. 2025-06-06 00:15:12 00287_column_const_with_nan: [ OK ] 2.86 sec. 2025-06-06 00:15:13 00280_hex_escape_sequence: [ OK ] 2.62 sec. 2025-06-06 00:15:14 00279_quantiles_permuted_args: [ OK ] 2.94 sec. 2025-06-06 00:15:15 00277_array_filter: [ OK ] 2.92 sec. 2025-06-06 00:15:17 00254_tuple_extremes: [ OK ] 3.14 sec. 2025-06-06 00:15:17 00275_shard_quantiles_weighted: [ OK ] 4.32 sec. 2025-06-06 00:15:17 00251_has_types: [ OK ] 3.03 sec. 2025-06-06 00:15:18 00250_tuple_comparison: [ OK ] 3.32 sec. 2025-06-06 00:15:19 00239_type_conversion_in_in: [ OK ] 2.85 sec. 2025-06-06 00:15:20 00235_create_temporary_table_as: [ OK ] 2.95 sec. 2025-06-06 00:15:20 00231_format_vertical_raw: [ OK ] 2.85 sec. 2025-06-06 00:15:21 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 2.85 sec. 2025-06-06 00:15:23 00218_like_regexp_newline: [ OK ] 2.80 sec. 2025-06-06 00:15:23 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 3.49 sec. 2025-06-06 00:15:24 00216_bit_test_function_family: [ OK ] 3.29 sec. 2025-06-06 00:15:24 00215_primary_key_order_zookeeper_long: [ OK ] 3.08 sec. 2025-06-06 00:15:24 00374_json_each_row_input_with_noisy_fields: [ OK ] 29.13 sec. 2025-06-06 00:15:26 00209_insert_select_extremes: [ OK ] 2.94 sec. 2025-06-06 00:15:26 00206_empty_array_to_single: [ OK ] 2.90 sec. 2025-06-06 00:15:26 00652_mutations_alter_update: [ OK ] 113.03 sec. 2025-06-06 00:15:27 00202_cross_join: [ OK ] 2.92 sec. 2025-06-06 00:15:27 00198_group_by_empty_arrays: [ OK ] 2.83 sec. 2025-06-06 00:15:27 00195_shard_union_all_and_global_in: [ OK ] 3.10 sec. 2025-06-06 00:15:29 00179_lambdas_with_common_expressions_and_filter: [ OK ] 2.68 sec. 2025-06-06 00:15:29 00192_least_greatest: [ OK ] 3.17 sec. 2025-06-06 00:15:30 00176_if_string_arrays: [ OK ] 2.95 sec. 2025-06-06 00:15:30 00193_parallel_replicas: [ OK ] 4.13 sec. 2025-06-06 00:15:31 00165_transform_non_const_default: [ OK ] 3.05 sec. 2025-06-06 00:15:32 00173_compare_date_time_with_constant_string: [ OK ] 4.52 sec. 2025-06-06 00:15:32 00158_buffer_and_nonexistent_table: [ OK ] 2.75 sec. 2025-06-06 00:15:33 00163_shard_join_with_empty_table: [ OK ] 3.68 sec. 2025-06-06 00:15:33 00140_parse_unix_timestamp_as_datetime: [ OK ] 3.01 sec. 2025-06-06 00:15:33 00127_group_by_concat: [ OK ] 2.81 sec. 2025-06-06 00:15:34 00150_with_totals_and_join: [ OK ] 3.96 sec. 2025-06-06 00:15:35 00123_shard_unmerged_result_when_max_distributed_connections_is_one: [ OK ] 2.96 sec. 2025-06-06 00:15:36 00099_join_many_blocks_segfault: [ OK ] 2.71 sec. 2025-06-06 00:15:36 00118_storage_join: [ OK ] 3.66 sec. 2025-06-06 00:15:36 00116_storage_set: [ OK ] 3.27 sec. 2025-06-06 00:15:36 00098_a_union_all: [ OK ] 2.75 sec. 2025-06-06 00:15:37 00098_1_union_all: [ OK ] 3.40 sec. 2025-06-06 00:15:38 00098_2_union_all: [ OK ] 3.16 sec. 2025-06-06 00:15:38 00098_7_union_all: [ OK ] 2.81 sec. 2025-06-06 00:15:39 00098_k_union_all: [ OK ] 2.86 sec. 2025-06-06 00:15:39 00098_4_union_all: [ OK ] 3.13 sec. 2025-06-06 00:15:39 00098_5_union_all: [ OK ] 3.02 sec. 2025-06-06 00:15:41 00068_empty_tiny_log: [ OK ] 2.89 sec. 2025-06-06 00:15:42 00067_replicate_segfault: [ OK ] 2.85 sec. 2025-06-06 00:15:42 00065_shard_float_literals_formatting: [ OK ] 2.80 sec. 2025-06-06 00:15:42 00443_preferred_block_size_bytes: [ OK ] 53.22 sec. 2025-06-06 00:15:44 00052_all_left_join: [ OK ] 2.63 sec. 2025-06-06 00:15:45 00051_any_inner_join: [ OK ] 2.83 sec. 2025-06-06 00:15:45 00050_any_left_join: [ OK ] 2.82 sec. 2025-06-06 00:15:45 00049_any_left_join: [ OK ] 2.84 sec. 2025-06-06 00:15:46 00078_string_concat: [ OK ] 7.65 sec. 2025-06-06 00:15:46 2025-06-06 00:15:46 126 tests passed. 1 tests skipped. 1419.44 s elapsed (ForkPoolWorker-9). 2025-06-06 00:15:47 00045_sorting_by_fixed_string_descending: [ OK ] 2.89 sec. 2025-06-06 00:15:47 2025-06-06 00:15:47 142 tests passed. 5 tests skipped. 1420.37 s elapsed (ForkPoolWorker-2). 2025-06-06 00:15:47 00083_create_merge_tree_zookeeper_long: [ OK ] 9.31 sec. 2025-06-06 00:15:47 2025-06-06 00:15:47 184 tests passed. 2 tests skipped. 1420.45 s elapsed (ForkPoolWorker-8). 2025-06-06 00:15:48 00008_array_join: [ OK ] 2.61 sec. 2025-06-06 00:15:48 2025-06-06 00:15:48 122 tests passed. 2 tests skipped. 1421.03 s elapsed (ForkPoolWorker-4). 2025-06-06 00:15:48 00016_totals_having_constants: [ OK ] 2.78 sec. 2025-06-06 00:15:48 2025-06-06 00:15:48 180 tests passed. 1 tests skipped. 1421.04 s elapsed (ForkPoolWorker-3). 2025-06-06 00:15:48 00006_extremes_and_subquery_from: [ OK ] 2.74 sec. 2025-06-06 00:15:48 2025-06-06 00:15:48 119 tests passed. 1 tests skipped. 1421.26 s elapsed (ForkPoolWorker-6). 2025-06-06 00:15:52 00096_aggregation_min_if: [ OK ] 14.78 sec. 2025-06-06 00:15:52 2025-06-06 00:15:52 155 tests passed. 2 tests skipped. 1424.95 s elapsed (ForkPoolWorker-7). 2025-06-06 00:17:35 00326_long_function_multi_if: [ OK ] 150.52 sec. 2025-06-06 00:17:35 2025-06-06 00:17:35 Having 1 errors! 138 tests passed. 0 tests skipped. 1528.31 s elapsed (ForkPoolWorker-5). 2025-06-06 00:17:35 2025-06-06 00:17:35 Running 123 stateless tests (MainProcess). 2025-06-06 00:17:35 2025-06-06 00:17:50 03002_part_log_rmt_fetch_merge_error: [ OK ] 14.64 sec. 2025-06-06 00:17:53 02960_partition_by_udf: [ OK ] 3.08 sec. 2025-06-06 00:17:56 02947_non_post_request_should_be_readonly: [ OK ] 3.41 sec. 2025-06-06 00:18:00 02911_row_policy_on_cluster: [ OK ] 3.56 sec. 2025-06-06 00:18:01 02910_prefetch_unexpceted_exception: [ OK ] 1.14 sec. 2025-06-06 00:19:39 02908_many_requests_to_system_replicas: [ OK ] 34.58 sec. 2025-06-06 00:19:59 02907_suggestions_readonly_user: [ OK ] 19.94 sec. 2025-06-06 00:20:03 02906_orc_tuple_field_prune: [ OK ] 3.81 sec. 2025-06-06 00:20:28 02841_parquet_filter_pushdown: [ OK ] 25.32 sec. 2025-06-06 00:20:32 02833_multiprewhere_extra_column: [ OK ] 3.44 sec. 2025-06-06 00:20:49 02771_multidirectory_globs_storage_file: [ OK ] 16.88 sec. 2025-06-06 00:20:51 02762_replicated_database_no_args: [ OK ] 2.46 sec. 2025-06-06 00:21:28 02725_database_hdfs: [ OK ] 36.89 sec. 2025-06-06 00:21:32 02725_local_query_parameters: [ OK ] 4.06 sec. 2025-06-06 00:21:57 02724_database_s3: [ OK ] 25.35 sec. 2025-06-06 00:22:00 02723_parallelize_output_setting: [ OK ] 2.92 sec. 2025-06-06 00:23:09 02722_database_filesystem: [ OK ] 68.52 sec. 2025-06-06 00:24:04 02713_create_user_substitutions: [ OK ] 54.90 sec. 2025-06-06 00:24:06 02710_show_table: [ OK ] 2.17 sec. 2025-06-06 00:24:13 02705_capnp_more_types: [ OK ] 6.36 sec. 2025-06-06 00:24:26 02572_system_logs_materialized_views_ignore_errors: [ OK ] 12.83 sec. 2025-06-06 00:24:31 02541_arrow_duration_type: [ OK ] 5.13 sec. 2025-06-06 00:27:04 02535_max_parallel_replicas_custom_key: [ OK ] 153.06 sec. 2025-06-06 00:31:27 02515_cleanup_async_insert_block_ids: [ OK ] 263.51 sec. 2025-06-06 00:31:52 02513_insert_without_materialized_columns: [ OK ] 24.72 sec. 2025-06-06 00:32:03 02511_parquet_orc_missing_columns: [ OK ] 10.97 sec. 2025-06-06 00:32:03 02497_trace_events_stress_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:32:07 02494_query_cache_squash_partial_results: [ OK ] 3.45 sec. 2025-06-06 00:32:12 02494_query_cache_passive_usage: [ OK ] 5.69 sec. 2025-06-06 00:32:16 02483_substitute_udf_create: [ OK ] 3.17 sec. 2025-06-06 00:32:28 02483_capnp_decimals: [ OK ] 11.89 sec. 2025-06-06 00:32:32 02482_json_nested_arrays_with_same_keys: [ OK ] 4.09 sec. 2025-06-06 00:32:58 02477_analyzer_function_hints: [ OK ] 26.05 sec. 2025-06-06 00:33:01 02458_hdfs_cluster_schema_inference: [ OK ] 3.29 sec. 2025-06-06 00:33:05 02458_use_structure_from_insertion_table: [ OK ] 3.47 sec. 2025-06-06 00:33:08 02454_json_object_each_row_column_for_object_name: [ OK ] 2.89 sec. 2025-06-06 00:33:11 02416_input_json_formats: [ OK ] 3.12 sec. 2025-06-06 00:33:33 02404_memory_bound_merging: [ OK ] 22.04 sec. 2025-06-06 00:33:42 02402_external_disk_mertrics: [ OK ] 9.49 sec. 2025-06-06 00:33:45 02375_system_schema_inference_cache: [ OK ] 2.89 sec. 2025-06-06 00:33:52 02373_heap_buffer_overflow_in_avro: [ OK ] 6.26 sec. 2025-06-06 00:33:52 02352_rwlock: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:33:57 02350_views_max_insert_threads: [ OK ] 5.01 sec. 2025-06-06 00:34:00 02313_avro_records_and_maps: [ OK ] 3.24 sec. 2025-06-06 00:34:03 02304_orc_arrow_parquet_string_as_string: [ OK ] 2.92 sec. 2025-06-06 00:34:26 02294_overcommit_overflow: [ OK ] 22.40 sec. 2025-06-06 00:34:34 02252_jit_profile_events: [ OK ] 7.92 sec. 2025-06-06 00:34:37 02244_lowcardinality_hash_join: [ OK ] 3.11 sec. 2025-06-06 00:34:57 02242_delete_user_race: [ OK ] 20.06 sec. 2025-06-06 00:35:36 02228_merge_tree_insert_memory_usage: [ OK ] 39.39 sec. 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/nrjamvbrndysqthwpgquyjlldofbikrj?blockid=upzwikxqeljggtodwhdgwxgtecwkimtoxpejibvnsnebeiuryopmoefvlbgpjoim&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/nrjamvbrndysqthwpgquyjlldofbikrj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/mdhtlwudcpsmgybztxnqwgjidgjfsisa?blockid=utkbjgawliplxldkuzrsqduhunnhyzwxshtupjelmlkuwgbwrmsvxvgqdspbxvep&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/piqclmryfqaysjrxqxbjapgjrwvnktmb?blockid=brumapmnsxuqjwwifeoxukyurkiplorfxsgjrcboixylcxvljkuhwdctbsufxsrd&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/ngzwlabkraoqinpbmgrkrrybpwmtxaxi?blockid=tooduimlkjjdnyobjccwryqkdxdjwetvvwekofbhfhmhmugaiaqlymhfehmzsmnw&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/yezodlklyrhipgwoqvrsqouwwcequuti?blockid=yapttoifsstkpvpzlrxvibuwhowzusbpnoybtmgupwjrygjkqewqckiwsaqmkrhs&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/dlcaiiqygkrbykwsqmiovqwaldgemlxk?blockid=unhpomrephexaitmawrbziwqihugsaxjtcabcnwsxcmnptsikojluyojocdypmji&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/nhzrabrswzzuihiimjyrfhmmtapztgaj?blockid=vmruyqnngbxwhvwwdfgqwpzopfvenqbmqmbdrzpqptfzswqpmyfhgrmgollaszxq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:09 +0000] "PUT /devstoreaccount1/cont/fwjolnjnrdtgskygcrxczizmprgqxrcp?blockid=neszbnpvhknoonptoanmebhhkbqkbkeecpavfnriwrtymikciymppeypskjplqub&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/vswmerzdoduwsrnvdrgmczhhbuoqyhod?blockid=cxxjmvlbqthiubohwgzariwiackpjswukthsurgzsweukvdfeheklpxozqrgdtzr&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/rhjyuxffbpjxksriorjvgarjfzcodwgv?blockid=knevzfbvwlawtlagaxevrwvhnjsvrcqbwegzgysjwfqzfjtwktnvutlsnswadvoe&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/mdhtlwudcpsmgybztxnqwgjidgjfsisa?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/piqclmryfqaysjrxqxbjapgjrwvnktmb?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/ngzwlabkraoqinpbmgrkrrybpwmtxaxi?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/yezodlklyrhipgwoqvrsqouwwcequuti?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/dlcaiiqygkrbykwsqmiovqwaldgemlxk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/nhzrabrswzzuihiimjyrfhmmtapztgaj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/fwjolnjnrdtgskygcrxczizmprgqxrcp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/vswmerzdoduwsrnvdrgmczhhbuoqyhod?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "PUT /devstoreaccount1/cont/rhjyuxffbpjxksriorjvgarjfzcodwgv?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "GET /devstoreaccount1/cont/piqclmryfqaysjrxqxbjapgjrwvnktmb HTTP/1.1" 206 62 127.0.0.1 - - [05/Jun/2025:16:36:10 +0000] "GET /devstoreaccount1/cont/mdhtlwudcpsmgybztxnqwgjidgjfsisa HTTP/1.1" 206 99999 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/wcsrkcgwtwxgruzeogkjaoysmjhsvrlt?blockid=ynukbrcyalzjfdfaixvxgumcaxzwpsjsgatgmklcmhnarvulnhmlwwefzzyhtyah&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/uvrhkebzpcjjrfrhurvznsdlguweqggb?blockid=foeyhwikvfuswhjrzesaengoqwjjbfufuuotxzmgwupkxpnlqumawcowcynqocla&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/mcvjywxvaayjermirobbdhehkpplkvql?blockid=ukfjxhvcxsfnwihakmtduvtbgdlmftguovvtqishxwnxtvetlwgvzrqiigtsyjal&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/kvrehzysopjosonangkbnwoqelixowfy?blockid=pgjsxikniofjjmnjhjpnsviyxavlsopzxkjvjhmwykubvxewkzlewjputappqquw&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/busubwkegtctxsqqgvaupcauakysfees?blockid=xerziosceajkprwcrspjqhumdtxcrzjfpheowdkwtukvoijjycdarimglaxyktsl&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:27 +0000] "PUT /devstoreaccount1/cont/wjfnytasbixamqjrjvwhjrxqoivdwudw HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/kfladfoljfdndwbhcfcszjzpucfvtpck HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/xkhpnvkqvukmgczhdaswbykfavkyglbl HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/wcsrkcgwtwxgruzeogkjaoysmjhsvrlt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/uvrhkebzpcjjrfrhurvznsdlguweqggb?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/mcvjywxvaayjermirobbdhehkpplkvql?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/kvrehzysopjosonangkbnwoqelixowfy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/busubwkegtctxsqqgvaupcauakysfees?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/rhjyuxffbpjxksriorjvgarjfzcodwgv HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/nhzrabrswzzuihiimjyrfhmmtapztgaj HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/yezodlklyrhipgwoqvrsqouwwcequuti HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/piqclmryfqaysjrxqxbjapgjrwvnktmb HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/mdhtlwudcpsmgybztxnqwgjidgjfsisa HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/ngzwlabkraoqinpbmgrkrrybpwmtxaxi HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/dlcaiiqygkrbykwsqmiovqwaldgemlxk HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/vswmerzdoduwsrnvdrgmczhhbuoqyhod HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "DELETE /devstoreaccount1/cont/fwjolnjnrdtgskygcrxczizmprgqxrcp HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/lwkfijulwiuzfwfizifvjaidstoysaug?blockid=ijvdstfvnpjbjchqhdyijmptrjxshbizcanfzfvcrlgmwhdqmraxurxbrqrgtzst&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/woxyhisdphbkwoluarycdbpcuzjjqile?blockid=prxscilnrtdwvpwfwatywpjkfvxgdbmdtbbshdnpdyaowhygivfnvpsrlnfkvnyp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/ysoucqrrkwfeaalsswghgcgrswccvkam?blockid=uvwffgyarmbsrsxryewyfyjxgacxxpmekipxihkfgxaphckjimfcdvbumsygdajv&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/kikanpaypqjwixjyhodweyiniwtyfwlk?blockid=ldmsuxovweunxafyxvahpwrvkqmdgacqjkcpcjcpqlwcrddkuepzjfsurwvywjsz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/jrwyaysrjvuqtkqwjsvdezdpnytmqhex?blockid=nxkvfecffbivydcbhndokuqkbnekatkuvzgawtivwlpxyoolkvicxgqiawlflnvm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/poqktlunkdgnkcfbiwbzkjchjiqmlxou?blockid=leccjixgokkgstzickpqhpkseuguxvotcjrwmrqhlmxhzystraheahsgegmanpgm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/poalgwqecaqjezmvxxovsqjectkcoeaf?blockid=jsxxbptywoaptbgfxodzongklurqirwbsiceuuuhoqxjaypmodzhxfkfjviynnvt&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/rvrtwqeqltssplycjkmbaiphkrgrefog?blockid=kseqrcdmenjlpwnolsylaecrhhcxzlwagauygdxllexdwbhxrikbqgpqqnyimtha&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/dyejjqtptkhpexksddvwehuquyupaiwk?blockid=sbfrzashcoanmotduqwutjaxhcdtprairhffefaiqbkxjccvgtxaubywwsqoppgi&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/lwkfijulwiuzfwfizifvjaidstoysaug?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/woxyhisdphbkwoluarycdbpcuzjjqile?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/ysoucqrrkwfeaalsswghgcgrswccvkam?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/kikanpaypqjwixjyhodweyiniwtyfwlk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/jrwyaysrjvuqtkqwjsvdezdpnytmqhex?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/poqktlunkdgnkcfbiwbzkjchjiqmlxou?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/poalgwqecaqjezmvxxovsqjectkcoeaf?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/rvrtwqeqltssplycjkmbaiphkrgrefog?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:28 +0000] "PUT /devstoreaccount1/cont/dyejjqtptkhpexksddvwehuquyupaiwk?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/busubwkegtctxsqqgvaupcauakysfees HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/uvrhkebzpcjjrfrhurvznsdlguweqggb HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/wcsrkcgwtwxgruzeogkjaoysmjhsvrlt HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/kfladfoljfdndwbhcfcszjzpucfvtpck HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/wjfnytasbixamqjrjvwhjrxqoivdwudw HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/xkhpnvkqvukmgczhdaswbykfavkyglbl HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/kvrehzysopjosonangkbnwoqelixowfy HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/mcvjywxvaayjermirobbdhehkpplkvql HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/dyejjqtptkhpexksddvwehuquyupaiwk HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/poqktlunkdgnkcfbiwbzkjchjiqmlxou HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/kikanpaypqjwixjyhodweyiniwtyfwlk HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/woxyhisdphbkwoluarycdbpcuzjjqile HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/lwkfijulwiuzfwfizifvjaidstoysaug HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/ysoucqrrkwfeaalsswghgcgrswccvkam HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/jrwyaysrjvuqtkqwjsvdezdpnytmqhex HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/rvrtwqeqltssplycjkmbaiphkrgrefog HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/poalgwqecaqjezmvxxovsqjectkcoeaf HTTP/1.1" 202 - 127.0.0.1 - - [05/Jun/2025:16:36:29 +0000] "DELETE /devstoreaccount1/cont/nrjamvbrndysqthwpgquyjlldofbikrj HTTP/1.1" 202 - 2025-06-06 00:36:29 02226_filesystem_cache_profile_events: [ OK ] 52.46 sec. 2025-06-06 00:36:45 02185_values_schema_inference: [ OK ] 16.05 sec. 2025-06-06 00:36:54 02181_detect_output_format_by_file_extension: [ OK ] 8.70 sec. 2025-06-06 00:36:57 02177_temporary_table_current_database_http_session: [ OK ] 3.27 sec. 2025-06-06 00:37:25 02127_plus_before_float: [ OK ] 28.35 sec. 2025-06-06 00:37:39 02105_table_function_file_partiotion_by: [ OK ] 13.92 sec. 2025-06-06 00:37:42 02101_sql_user_defined_functions_drop_if_exists: [ OK ] 2.74 sec. 2025-06-06 00:37:45 02096_rename_atomic_hang: [ OK ] 3.31 sec. 2025-06-06 00:37:57 02051_symlinks_to_user_files: [ OK ] 11.40 sec. 2025-06-06 00:38:00 02024_merge_regexp_assert: [ OK ] 2.66 sec. 2025-06-06 00:38:32 02014_query_parameters: [ OK ] 32.69 sec. 2025-06-06 00:38:35 02001_add_default_database_to_system_users: [ OK ] 2.53 sec. 2025-06-06 00:39:15 01946_test_wrong_host_name_access: [ OK ] 39.81 sec. 2025-06-06 00:39:22 01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer: [ OK ] 6.79 sec. 2025-06-06 00:39:31 01939_user_with_default_database: [ OK ] 9.43 sec. 2025-06-06 00:39:35 01925_test_storage_merge_aliases_analyzer: [ OK ] 3.69 sec. 2025-06-06 00:39:43 01913_exact_rows_before_limit: [ OK ] 7.83 sec. 2025-06-06 00:39:48 01902_dictionary_array_type: [ OK ] 4.79 sec. 2025-06-06 00:39:51 01870_buffer_flush: [ OK ] 3.11 sec. 2025-06-06 00:39:53 01854_dictionary_range_hashed_min_max_attr: [ OK ] 2.55 sec. 2025-06-06 00:39:57 01824_prefer_global_in_and_join: [ OK ] 3.59 sec. 2025-06-06 00:40:13 01802_test_postgresql_protocol_with_row_policy: [ OK ] 15.89 sec. 2025-06-06 00:40:17 01778_hierarchical_dictionaries: [ OK ] 4.26 sec. 2025-06-06 00:40:22 01760_polygon_dictionaries: [ OK ] 4.21 sec. 2025-06-06 00:40:27 01754_direct_dictionary_complex_key: [ OK ] 5.16 sec. 2025-06-06 00:40:30 01747_join_view_filter_dictionary: [ OK ] 3.35 sec. 2025-06-06 00:40:33 01721_engine_file_truncate_on_insert: [ OK ] 2.94 sec. 2025-06-06 00:40:54 01710_projection_vertical_merges: [ OK ] 20.63 sec. 2025-06-06 00:41:02 01684_ssd_cache_dictionary_simple_key: [ OK ] 8.41 sec. 2025-06-06 00:41:07 01676_range_hashed_dictionary: [ OK ] 4.82 sec. 2025-06-06 00:41:11 01676_dictget_in_default_expression: [ OK ] 3.65 sec. 2025-06-06 00:41:12 01598_memory_limit_zeros: [ OK ] 0.60 sec. 2025-06-06 00:42:10 01593_concurrent_alter_mutations_kill: [ OK ] 57.95 sec. 2025-06-06 00:42:29 01563_distributed_query_finish: [ OK ] 19.00 sec. 2025-06-06 00:43:05 01542_dictionary_load_exception_race: [ OK ] 36.80 sec. 2025-06-06 00:44:46 01541_max_memory_usage_for_user_long: [ OK ] 100.86 sec. 2025-06-06 00:44:51 01527_clickhouse_local_optimize: [ OK ] 4.46 sec. 2025-06-06 00:44:54 01526_complex_key_dict_direct_layout: [ OK ] 2.99 sec. 2025-06-06 00:44:58 01493_alter_remove_properties_zookeeper: [ OK ] 4.43 sec. 2025-06-06 00:44:58 01459_manual_write_to_replicas_quorum: [ SKIPPED ] 0.00 sec. - not running for current build 2025-06-06 00:47:35 01415_sticking_mutations: [ OK ] 156.98 sec. 2025-06-06 00:47:39 01388_clear_all_columns: [ OK ] 3.44 sec. 2025-06-06 00:47:44 01358_union_threads_bug: [ OK ] 5.50 sec. 2025-06-06 00:48:10 01338_long_select_and_alter_zookeeper: [ OK ] 25.83 sec. 2025-06-06 00:48:43 01307_multiple_leaders_zookeeper: [ OK ] 32.67 sec. 2025-06-06 00:48:46 01296_create_row_policy_in_current_database: [ OK ] 2.66 sec. 2025-06-06 00:48:49 01294_create_settings_profile: [ OK ] 3.56 sec. 2025-06-06 00:48:52 01280_ttl_where_group_by_negative: [ OK ] 2.82 sec. 2025-06-06 00:48:55 01164_alter_memory_database: [ OK ] 2.51 sec. 2025-06-06 00:48:58 01153_attach_mv_uuid: [ OK ] 3.29 sec. 2025-06-06 00:49:39 01150_ddl_guard_rwr: [ OK ] 40.65 sec. 2025-06-06 00:51:19 01108_restart_replicas_rename_deadlock_zookeeper: [ OK ] 99.63 sec. 2025-06-06 00:52:06 01107_atomic_db_detach_attach: [ OK ] 47.21 sec. 2025-06-06 00:52:38 01086_window_view_cleanup: [ OK ] 31.87 sec. 2025-06-06 00:52:40 01082_window_view_watch_limit: [ OK ] 2.59 sec. 2025-06-06 00:54:34 01079_parallel_alter_detach_table_zookeeper: [ OK ] 113.69 sec. 2025-06-06 00:54:39 01070_materialize_ttl: [ OK ] 4.73 sec. 2025-06-06 00:54:42 01069_database_memory: [ OK ] 2.53 sec. 2025-06-06 00:55:25 01060_avro: [ OK ] 43.89 sec. 2025-06-06 00:55:32 01056_window_view_proc_hop_watch: [ OK ] 6.13 sec. 2025-06-06 00:56:16 01040_dictionary_invalidate_query_switchover_long: [ OK ] 44.26 sec. 2025-06-06 00:57:12 01035_concurrent_move_partition_from_table_zookeeper: [ OK ] 55.59 sec. 2025-06-06 00:58:01 01014_lazy_database_concurrent_recreate_reattach_and_show_tables: [ OK ] 49.29 sec. 2025-06-06 00:58:05 01010_pmj_right_table_memory_limits: [ OK ] 4.50 sec. 2025-06-06 01:00:15 00993_system_parts_race_condition_drop_zookeeper: [ OK ] 129.12 sec. 2025-06-06 01:01:23 00992_system_parts_race_condition_zookeeper_long: [ OK ] 68.72 sec. 2025-06-06 01:01:29 00971_query_id_in_logs: [ OK ] 5.72 sec. 2025-06-06 01:01:32 00963_achimbab: [ OK ] 3.12 sec. 2025-06-06 01:02:19 00938_template_input_format: [ OK ] 46.44 sec. 2025-06-06 01:02:22 00722_inner_join: [ OK ] 3.54 sec. 2025-06-06 01:02:56 00623_truncate_table_throw_exception: [ OK ] 33.41 sec. 2025-06-06 01:02:59 00332_quantile_timing_memory_leak: [ OK ] 3.03 sec. 2025-06-06 01:04:46 00133_long_shard_memory_tracker_and_exception_safety: [ OK ] 107.20 sec. 2025-06-06 01:04:46 2025-06-06 01:04:46 120 tests passed. 3 tests skipped. 2831.32 s elapsed (MainProcess). 2025-06-06 01:04:49 Won't run stateful tests because test data wasn't loaded. 2025-06-06 01:04:49 Checking the hung queries: done 2025-06-06 01:04:49 2025-06-06 01:04:49 No queries hung. 2025-06-06 01:04:49 All tests have finished. 2025-06-06 01:04:49 2025-06-06 01:04:49 Top patterns of log messages: 2025-06-06 01:04:49 2025-06-06 01:04:49 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-06-06 01:04:49 2025-06-06 01:04:49 1. 54905 0.051 3.37 MiB 0.028 20 733 ['Trace'] 0.001 Access granted: {}{} 2025-06-06 01:04:49 2. 46508 0.043 4.11 MiB 0.034 1 1018 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-06-06 01:04:49 3. 43036 0.04 1.50 MiB 0.013 1 1018 ['Trace'] 0 Aggregation method: {} 2025-06-06 01:04:49 4. 42846 0.04 1.87 MiB 0.016 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-06-06 01:04:49 5. 41317 0.038 7.16 MiB 0.06 1 434 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-06-06 01:04:49 6. 41300 0.038 6.19 MiB 0.052 4 433 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-06-06 01:04:49 7. 31090 0.029 877.66 KiB 0.007 1 106 ['Debug'] 0 Processed in {} sec. 2025-06-06 01:04:49 8. 29896 0.028 2.36 MiB 0.02 1 579 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-06-06 01:04:49 9. 29122 0.027 312.83 KiB 0.003 1 843 ['Trace'] 0 Aggregating 2025-06-06 01:04:49 10. 28788 0.027 7.52 MiB 0.063 1 574 ['Trace'] 0.002 Query {} to stage {}{} 2025-06-06 01:04:49 11. 28546 0.027 8.11 MiB 0.068 1 574 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2025-06-06 01:04:49 12. 28367 0.026 1.97 MiB 0.016 1 1274 ['Trace'] 0.556 Reserved {} on local disk {}, having unreserved {}. 2025-06-06 01:04:49 13. 23284 0.022 2.64 MiB 0.022 1715 691 ['Trace'] 0.389 Renaming temporary part {} to {} with tid {}. 2025-06-06 01:04:49 14. 23048 0.021 1.80 MiB 0.015 1 372 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-06-06 01:04:49 15. 19750 0.018 2.71 MiB 0.023 1 2 ['Trace'] 1 Creating part at path {} 2025-06-06 01:04:49 16. 19671 0.018 930.70 KiB 0.008 1 669 ['Trace'] 0.322 filled checksums {} 2025-06-06 01:04:49 17. 19660 0.018 1.33 MiB 0.011 1711 1163 ['Trace'] 0.612 Trying to reserve {} using storage policy from min volume index {} 2025-06-06 01:04:49 18. 16903 0.016 893.67 KiB 0.007 1 459 ['Debug'] 0.345 Peak memory usage{}: {}. 2025-06-06 01:04:49 19. 15183 0.014 1.28 MiB 0.011 6 492 ['Debug'] 0.997 {} Authenticating user '{}' from {} 2025-06-06 01:04:49 20. 15163 0.014 1.66 MiB 0.014 6 492 ['Debug'] 0.997 {} Authenticated with global context as user {} 2025-06-06 01:04:49 21. 15125 0.014 1.30 MiB 0.011 6 476 ['Debug'] 0.997 {} Logout, user_id: {} 2025-06-06 01:04:49 22. 15009 0.014 1.60 MiB 0.013 4 433 ['Debug'] 1 {} Creating session context with user_id: {} 2025-06-06 01:04:49 23. 13977 0.013 1.28 MiB 0.011 1 44 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-06-06 01:04:49 24. 12760 0.012 2.57 MiB 0.021 3 404 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-06-06 01:04:49 25. 12760 0.012 5.77 MiB 0.048 2 404 ['Trace'] 1 Request URI: {} 2025-06-06 01:04:49 26. 12705 0.012 260.55 KiB 0.002 2 404 ['Debug'] 0.216 Done processing query 2025-06-06 01:04:49 27. 10090 0.009 798.32 KiB 0.006 544 101 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-06-06 01:04:49 28. 8728 0.008 231.14 KiB 0.002 632 131 ['Debug'] 0.004 Key condition: {} 2025-06-06 01:04:49 29. 8491 0.008 190.72 KiB 0.002 1 925 ['Trace'] 0 Merging aggregated data 2025-06-06 01:04:49 30. 8235 0.008 724.83 KiB 0.006 1016 523 ['Trace'] 0.995 Insert entry {} to queue with type {} 2025-06-06 01:04:49 31. 7799 0.007 607.88 KiB 0.005 1013 1050 ['Trace'] 0.972 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-06-06 01:04:49 32. 7275 0.007 826.55 KiB 0.007 628 131 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-06-06 01:04:49 33. 6946 0.006 359.51 KiB 0.003 550 129 ['Trace'] 0.005 Spreading mark ranges among streams (default reading) 2025-06-06 01:04:49 34. 6795 0.006 575.04 KiB 0.005 1042 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-06-06 01:04:49 35. 6294 0.006 228.95 KiB 0.002 16 16 ['Trace'] 1 Flushed system log up to offset {} 2025-06-06 01:04:49 36. 6294 0.006 367.18 KiB 0.003 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-06-06 01:04:49 37. 6180 0.006 926.54 KiB 0.008 1 155 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-06-06 01:04:49 38. 6180 0.006 302.78 KiB 0.002 1 155 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-06-06 01:04:49 39. 5682 0.005 327.40 KiB 0.003 1015 523 ['Debug'] 0.996 Pulling {} entries to queue: {} - {} 2025-06-06 01:04:49 40. 5682 0.005 144.29 KiB 0.001 1015 523 ['Debug'] 0.996 Pulled {} entries to queue. 2025-06-06 01:04:49 41. 5588 0.005 211.91 KiB 0.002 675 32 ['Debug'] 0.488 Committing part {} to zookeeper 2025-06-06 01:04:49 42. 5468 0.005 764.17 KiB 0.006 1003 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-06-06 01:04:49 43. 5282 0.005 194.93 KiB 0.002 674 32 ['Debug'] 0.516 Part {} committed to zookeeper 2025-06-06 01:04:49 44. 5120 0.005 170.47 KiB 0.001 2 119 ['Trace'] 1 TCP Request. Address: {} 2025-06-06 01:04:49 45. 5109 0.005 488.32 KiB 0.004 1 119 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-06-06 01:04:49 46. 5054 0.005 133.26 KiB 0.001 1 101 ['Debug'] 1 Done processing connection. 2025-06-06 01:04:49 47. 4814 0.004 192.75 KiB 0.002 1 521 ['Debug'] 0.38 Will use old analyzer to prepare mutation 2025-06-06 01:04:49 48. 4458 0.004 97.23 KiB 0.001 2837 512 ['Trace'] 1 Execution took {} ms. 2025-06-06 01:04:49 49. 4287 0.004 549.19 KiB 0.004 1 28 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}' 2025-06-06 01:04:49 50. 4151 0.004 320.24 KiB 0.003 1 197 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-06-06 01:04:49 51. 4137 0.004 121.20 KiB 0.001 1038 515 ['Debug'] 0.997 Updating strategy picker state 2025-06-06 01:04:49 52. 4093 0.004 512.13 KiB 0.004 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-06-06 01:04:49 53. 4085 0.004 436.82 KiB 0.004 1 25 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-06-06 01:04:49 54. 4009 0.004 420.98 KiB 0.003 1584 448 ['Debug'] 0.987 Removing {} parts from filesystem (serially): Parts: [{}] 2025-06-06 01:04:49 55. 3987 0.004 599.40 KiB 0.005 1 391 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-06-06 01:04:49 56. 3987 0.004 451.65 KiB 0.004 1 401 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-06-06 01:04:49 57. 3707 0.003 194.39 KiB 0.002 170 543 ['Debug'] 0.855 Selected {} parts from {} to {} 2025-06-06 01:04:49 58. 3582 0.003 253.19 KiB 0.002 7 15 ['Trace'] 0 Access denied: {}{} 2025-06-06 01:04:49 59. 3332 0.003 275.55 KiB 0.002 1 45 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-06-06 01:04:49 60. 3332 0.003 113.78 KiB 0.001 1 45 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-06-06 01:04:49 61. 3329 0.003 435.53 KiB 0.004 1 45 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-06-06 01:04:49 62. 3327 0.003 218.04 KiB 0.002 180 45 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-06-06 01:04:49 63. 3237 0.003 257.73 KiB 0.002 1 836 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2025-06-06 01:04:49 64. 3090 0.003 681.53 KiB 0.006 1 72 ['Debug'] 0 After join block: '{}' 2025-06-06 01:04:49 65. 3090 0.003 444.58 KiB 0.004 1 72 ['Debug'] 0 Before join block: '{}' 2025-06-06 01:04:49 66. 2890 0.003 59.27 KiB 0 1 591 ['Debug'] 1 Stop worker in {} 2025-06-06 01:04:49 67. 2890 0.003 90.32 KiB 0.001 1 511 ['Debug'] 0.514 Spawn loader worker #{} in {} 2025-06-06 01:04:49 68. 2860 0.003 185.69 KiB 0.002 1 464 ['Debug'] 1 Execute load job '{}' in {} 2025-06-06 01:04:49 69. 2860 0.003 194.07 KiB 0.002 1 85 ['Debug'] 0.016 Schedule load job '{}' into {} 2025-06-06 01:04:49 70. 2860 0.003 196.86 KiB 0.002 1 464 ['Debug'] 1 Finish load job '{}' with status {} 2025-06-06 01:04:49 71. 2859 0.003 224.48 KiB 0.002 1 85 ['Debug'] 0.016 Prioritize load job '{}': {} -> {} 2025-06-06 01:04:49 72. 2844 0.003 134.22 KiB 0.001 1 16 ['Trace'] 0 Mutating part {} to mutation version {} 2025-06-06 01:04:49 73. 2773 0.003 333.79 KiB 0.003 652 32 ['Debug'] 0.994 Fetching part {} from {}:{} 2025-06-06 01:04:49 74. 2761 0.003 99.70 KiB 0.001 651 32 ['Trace'] 0.994 Checking disk {} with type {} 2025-06-06 01:04:49 75. 2761 0.003 237.27 KiB 0.002 651 32 ['Trace'] 0.994 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2025-06-06 01:04:49 76. 2742 0.003 52.61 KiB 0 651 32 ['Debug'] 0.994 Downloading files {} 2025-06-06 01:04:49 77. 2740 0.003 232.73 KiB 0.002 651 32 ['Trace'] 0.994 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2025-06-06 01:04:49 78. 2740 0.003 59.92 KiB 0 495 43 ['Trace'] 1 Sending part {} 2025-06-06 01:04:49 79. 2739 0.003 327.74 KiB 0.003 651 32 ['Debug'] 0.994 Fetched part {} from {}:{}{} 2025-06-06 01:04:49 80. 2720 0.003 90.31 KiB 0.001 1 519 ['Debug'] 0.501 Change current priority: {} -> {} 2025-06-06 01:04:49 81. 2720 0.003 144.47 KiB 0.001 645 32 ['Debug'] 0.994 Download of part {} onto disk {} finished. 2025-06-06 01:04:49 82. 2720 0.003 120.57 KiB 0.001 645 32 ['Debug'] 0.994 Downloading part {} onto disk {}. 2025-06-06 01:04:49 83. 2692 0.003 106.04 KiB 0.001 175 73 ['Debug'] 0 MinMax index condition: {} 2025-06-06 01:04:49 84. 2660 0.002 23.38 KiB 0 2 61 ['Trace'] 0.002 No tables 2025-06-06 01:04:49 85. 2579 0.002 588.65 KiB 0.005 1 82 ['Trace'] 0.004 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2025-06-06 01:04:49 86. 2572 0.002 338.33 KiB 0.003 1 487 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-06-06 01:04:49 87. 2572 0.002 531.08 KiB 0.004 1 487 ['Information'] 1 Removing metadata {} of dropped table {} 2025-06-06 01:04:49 88. 2564 0.002 190.30 KiB 0.002 1 105 ['Debug'] 0.016 Waiting for table {} to be finally dropped 2025-06-06 01:04:49 89. 2530 0.002 163.01 KiB 0.001 1 103 ['Trace'] 0.015 {}Join data is being destroyed, {} bytes and {} rows in hash table 2025-06-06 01:04:49 90. 2477 0.002 279.78 KiB 0.002 76 220 ['Debug'] 0.97 Removing {} parts from memory: Parts: [{}] 2025-06-06 01:04:49 91. 2453 0.002 276.17 KiB 0.002 76 206 ['Trace'] 0.98 Found {} old parts to remove. Parts: [{}] 2025-06-06 01:04:49 92. 2387 0.002 174.00 KiB 0.001 388 354 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2025-06-06 01:04:49 93. 2339 0.002 134.99 KiB 0.001 2202 16 ['Trace'] 1 Executing log entry to mutate part {} to {} 2025-06-06 01:04:49 94. 2266 0.002 72.02 KiB 0.001 19 35 ['Debug'] 0 Requested flush up to offset {} 2025-06-06 01:04:49 95. 2131 0.002 359.39 KiB 0.003 2066 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {} 2025-06-06 01:04:49 96. 2110 0.002 203.00 KiB 0.002 1038 354 ['Debug'] 0.018 Creating shared ID for table {} 2025-06-06 01:04:49 97. 1906 0.002 33.50 KiB 0 1836 408 ['Debug'] 0.022 Loading data parts 2025-06-06 01:04:49 98. 1887 0.002 171.17 KiB 0.001 1 477 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-06-06 01:04:49 99. 1854 0.002 41.64 KiB 0 1834 406 ['Debug'] 0.021 There are no data parts 2025-06-06 01:04:50 100. 1813 0.002 54.89 KiB 0 1813 426 ['Trace'] 0.994 dropAllData: waiting for locks. 2025-06-06 01:04:50 2025-06-06 01:04:50 2025-06-06 01:04:50 2025-06-06 01:04:50 Top messages without format string (fmt::runtime): 2025-06-06 01:04:50 2025-06-06 01:04:50 count pattern runtime_message line 2025-06-06 01:04:50 2025-06-06 01:04:50 1. 20 CodeDBExceptionReceivedfromlocal Code: 581. DB::Exception: Received from localhost:9000. DB::Exception: Maximum distributed depth exceeded. Stack trace: 2025-06-06 01:04:50 2025-06-06 01:04:50 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8d7102 2025-06-06 01:04:50 1. /build/contrib/llvm-proj ('/executeQuery.cpp',219) 2025-06-06 01:04:50 2. 8 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-06-06 01:04:50 2025-06-06 01:04:50 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',219) 2025-06-06 01:04:50 3. 5 PocoExceptionCodeecodeTimeoutcon Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:41502) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://1 ('/executeQuery.cpp',219) 2025-06-06 01:04:50 4. 5 CodeDBExceptionTimeoutconnecttim Code: 1000. DB::Exception: Timeout: connect timed out: 128.0.0.1:8123. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-06-06 01:04:50 2025-06-06 01:04:50 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x00 ('/TCPHandler.cpp',701) 2025-06-06 01:04:50 5. 4 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 55 ('by'): by LastName;. Max query size exceeded: 'by'. (SYNTAX_ERROR) (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:59650) (comment: 02366_kql_tabular.sql) (in query: Customer ('/executeQuery.cpp',219) 2025-06-06 01:04:50 6. 3 Connectiontomysqldbasusermysqlus Connection to mysql_db@127.123.0.1:3306 as user mysql_user failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.123.0.1' (115) ((nullptr):0) ('',0) 2025-06-06 01:04:50 7. 3 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0) 2025-06-06 01:04:50 8. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 3 (end of query): . Expected one of: NULL, NOT, DEFAULT, MATERIALIZED, EPHEMERAL, ALIAS, AUTO_INCREMENT, PRIMARY KEY, data type, nested table, identifier. (SYNTAX_ERROR) ( ('/executeQuery.cpp',219) 2025-06-06 01:04:50 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',219) 2025-06-06 01:04:50 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2025-06-06 01:04:50 11. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:59232) (comment: 01256_negative_generate_random.sql) (in query: SELECT * FROM generateRandom('', 1, 10, 10);), Stack trace (when copyin ('/executeQuery.cpp',219) 2025-06-06 01:04:50 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 13. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 14. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 15. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 16. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 17. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-06-06 01:04:50 2025-06-06 01:04:50 0. /build/contrib/llvm-project/libcxx/include/exception:14 ('/TCPHandler.cpp',701) 2025-06-06 01:04:50 18. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 19. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 20. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-06-06 01:04:50 commit index 0 2025-06-06 01:04:50 term 0 2025-06-06 01:04:50 election timer allowed 2025-06-06 01:04:50 log store start 1, end 0 2025-06-06 01:04:50 config log idx 0, prev log idx 0 2025-06-06 01:04:50 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 21. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 22. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 23. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-06-06 01:04:50 2025-06-06 01:04:50 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222) 2025-06-06 01:04:50 24. 1 startingup starting up ('',0) 2025-06-06 01:04:50 25. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10425.altinitystable (revision: 4294967295, git hash: 7b7f60d703c9d032be75b347475389eb61433c88, build id: 0B0BA0C5A096F300881FDD97A173D41CBB402A46), PID 723 ('',0) 2025-06-06 01:04:50 26. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-06-06 01:04:50 27. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:56374) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in quer ('/executeQuery.cpp',219) 2025-06-06 01:04:50 28. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-06-06 01:04:50 2025-06-06 01:04:50 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000 ('/TCPHandler.cpp',701) 2025-06-06 01:04:50 29. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.18.10425.altinitystable (altinity build)) (from [::1]:54734) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitm ('/executeQuery.cpp',219) 2025-06-06 01:07:30 30. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2025-06-06 01:07:30 2025-06-06 01:07:30 2025-06-06 01:07:30 Failed to get stats about log messages: timed out + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137884 drwxr-xr-x 1 root root 4096 Jun 6 00:36 . drwxr-xr-x 1 root root 4096 Jun 6 00:36 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 23:46 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1541 Jun 6 00:36 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Jun 6 00:36 __azurite_db_blob__.json -rw-r--r-- 1 root root 499988 Jun 6 01:07 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 5 23:50 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8800 Jun 5 23:46 broken_tests.json drwxr-xr-x 8 root root 4096 Jun 6 00:06 clickhouse-local-28858-1749139606-9945467063888687141 drwxr-xr-x 5 root root 340 Jun 5 23:49 dev -rwxr-xr-x 1 root root 0 Jun 5 23:49 .dockerenv drwxr-xr-x 1 root root 4096 Jun 5 23:50 etc drwxr-xr-x 1 1000 1000 4096 Jun 5 23:50 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 Jun 5 23:50 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 5 23:49 package_folder dr-xr-xr-x 310 root root 0 Jun 5 23:49 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 Jun 6 00:55 root drwxr-xr-x 1 root root 4096 Jun 5 23:50 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jun 5 23:50 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 23:49 sys drwxrwxr-x 2 1000 1000 4096 Jun 5 23:52 test_output drwxrwxrwt 1 root root 40960 Jun 6 01:07 tmp drwxr-xr-x 2 root root 4096 Jun 5 23:54 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137884 drwxr-xr-x 1 root root 4096 Jun 6 00:36 . drwxr-xr-x 1 root root 4096 Jun 6 00:36 .. -rw-rw-r-- 1 1000 1000 300 Jun 5 23:46 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1541 Jun 6 00:36 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Jun 6 00:36 __azurite_db_blob__.json -rw-r--r-- 1 root root 499988 Jun 6 01:07 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jun 5 23:50 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 8800 Jun 5 23:46 broken_tests.json drwxr-xr-x 8 root root 4096 Jun 6 00:06 clickhouse-local-28858-1749139606-9945467063888687141 drwxr-xr-x 5 root root 340 Jun 5 23:49 dev -rwxr-xr-x 1 root root 0 Jun 5 23:49 .dockerenv drwxr-xr-x 1 root root 4096 Jun 5 23:50 etc drwxr-xr-x 1 1000 1000 4096 Jun 5 23:50 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 Jun 5 23:50 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jun 5 23:49 package_folder dr-xr-xr-x 310 root root 0 Jun 5 23:49 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 Jun 6 00:55 root drwxr-xr-x 1 root root 4096 Jun 5 23:50 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jun 5 23:50 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 Jun 5 23:49 sys drwxrwxr-x 2 1000 1000 4096 Jun 5 23:52 test_output drwxrwxrwt 1 root root 40960 Jun 6 01:07 tmp drwxr-xr-x 2 root root 4096 Jun 5 23:54 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-06-06 01:07:30,275 File /analyzer_tech_debt.txt with broken tests found 2025-06-06 01:07:30,276 File /broken_tests.json with broken tests found 2025-06-06 01:07:30,276 Broken tests in the list: 73 2025-06-06 01:07:30,276 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-06-06 01:07:30,282 Is flaky check: False 2025-06-06 01:07:30,282 Result parsed 2025-06-06 01:07:30,283 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Sent terminate signal to process with pid 723. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 723. The process with pid = 723 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + zstd --threads=0 + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]